diff options
Diffstat (limited to 'core/src/jquery/css/jquery-ui-fixes.scss')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 2 |
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); } } |