diff options
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 42c684ad510..cb52ecdb2d7 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -228,6 +228,11 @@ border: 1px solid var(--color-primary-text); } +// fix ui-buttons on hover +.ui-button:hover { + font-weight:bold !important; +} + /* DRAGGABLE */ .ui-draggable-handle, |