Browse Source

HUE-8450 [frontend] Improve clearable sizing in embedded mode

Johan Ahlen 7 years ago
parent
commit
73507b1b5a

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


+ 1 - 6
desktop/core/src/desktop/static/desktop/less/hue-embedded.less

@@ -65,12 +65,7 @@
     border: 1px solid @cui-gray-600;
     padding: 3px 18px 3px 4px;
     border-radius: 3px;
-  }
-
-  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
-    .clearable {
-      background-size: 10px 10px;
-    }
+    background-size: 10px 10px;
   }
 
   .clearable.x {

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