summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-03 10:23:14 +0200
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-04-10 06:49:21 +0000
commit0b53084ccb3e7481134a6ec0e2cc016ff963bd0b (patch)
treee3f118ae4fbbc0c620bdd1649a899c349cc6c0b8 /core/src
parentb68680596d3dfec4a156a1ce3224ea9c1c8f272c (diff)
downloadnextcloud-server-0b53084ccb3e7481134a6ec0e2cc016ff963bd0b.tar.gz
nextcloud-server-0b53084ccb3e7481134a6ec0e2cc016ff963bd0b.zip
Use the primary element color in case it primary color is too bright
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/src')
-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 34243062ba6..42c684ad510 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -188,7 +188,7 @@
padding: 4px 4px 4px 14px;
&.ui-state-focus, &.ui-state-active {
- box-shadow: inset 4px 0 var(--color-primary);
+ box-shadow: inset 4px 0 var(--color-primary-element);
color: var(--color-main-text);
}
}