summaryrefslogtreecommitdiffstats
path: root/core/src/jquery
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-27 16:24:05 +0100
committerJulius Härtl <jus@bitgrid.net>2019-02-27 16:34:48 +0100
commitb4e6bffe1d3baab95055b7bdfbcf6043a59b8d2b (patch)
treee21ed5c36881d97604f0f85d8bd6e6ce3dcb57a7 /core/src/jquery
parente5cacc0fe3e9c0a9cbe777fb39aac74cd8ce0064 (diff)
downloadnextcloud-server-b4e6bffe1d3baab95055b7bdfbcf6043a59b8d2b.tar.gz
nextcloud-server-b4e6bffe1d3baab95055b7bdfbcf6043a59b8d2b.zip
Remove/replace missing css vars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src/jquery')
-rw-r--r--core/src/jquery/css/jquery-ui-fixes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss
index 31714dc34b3..233e283e695 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -186,7 +186,7 @@
&.ui-state-focus, &.ui-state-active {
box-shadow: inset 4px 0 var(--color-primary);
- color: var(--color-text);
+ color: var(--color-main-text);
}
}
}