Browse Source

HUE-8214 [frontend] Show selectize clear button just on hover

Enrico Berti 7 years ago
parent
commit
b0f174cd1c

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 6 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-selectize.less

@@ -466,6 +466,12 @@
   top: 5px;
   cursor: pointer;
   color: @cui-gray-700;
+  opacity: 0;
+  .hue-linear-transition(opacity);
+}
+
+.selectize-control.plugin-clear_button:hover .clearAll {
+  opacity: 1;
 }
 
 .hue-tag-overflow {

Some files were not shown because too many files changed in this diff