Pārlūkot izejas kodu

HUE-6077 [frontend] Fix missing location hover styles for ace

Johan Ahlen 8 gadi atpakaļ
vecāks
revīzija
3c35e86

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 0 - 15
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1640,21 +1640,6 @@ input[type='password']::-ms-reveal {
   display: none;
 }
 
-.hue-ace-error {
-  position: absolute;
-  border-bottom: 1px dotted #FF0000;
-  border-radius: 0 !important;
-}
-
-.hue-ace-location {
-  position: absolute;
-  background-color: #DBE8F1;
-  border: 1px solid #DBE8F1;
-  border-radius: 1px;
-  margin-left: -1px;
-  margin-top: -1px;
-}
-
 .ui-resizable {
   position: relative;
 }

+ 15 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -160,3 +160,18 @@
   -ms-filter: blur(5px);
   filter: blur(5px);
 }
+
+.hue-ace-error {
+  position: absolute;
+  border-bottom: 1px dotted #FF0000;
+  border-radius: 0 !important;
+}
+
+.hue-ace-location {
+  position: absolute;
+  background-color: #DBE8F1;
+  border: 1px solid #DBE8F1;
+  border-radius: 1px;
+  margin-left: -1px;
+  margin-top: -1px;
+}

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels