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.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss
index b1f7afc1883..34243062ba6 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -115,6 +115,9 @@
.ui-state-error-text .ui-icon {
background-image: url('images/ui-icons_ffd27a_256x240.png');
}
+.ui-icon.ui-icon-none {
+ display: none;
+}
/* Misc visuals
----------------------------------*/
@@ -230,4 +233,4 @@
.ui-draggable-handle,
.ui-selectable {
touch-action: pan-y;
-} \ No newline at end of file
+}