aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/jquery/css/jquery-ui-fixes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/jquery/css/jquery-ui-fixes.scss')
-rw-r--r--core/src/jquery/css/jquery-ui-fixes.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss
index 5e9fe447147..a5fee7ea0d9 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -189,7 +189,8 @@
.ui-menu-item a {
color: var(--color-text-lighter);
display: block;
- padding: 4px 4px 4px 14px;
+ padding: 4px;
+ padding-inline-start: 14px;
&.ui-state-focus, &.ui-state-active {
box-shadow: inset 4px 0 var(--color-primary-element);