瀏覽代碼

HUE-6138 [editor] Fix job link overlay positioning

Johan Ahlen 8 年之前
父節點
當前提交
8706f10

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

@@ -944,22 +944,6 @@ div.navigator .pull-right .nav {
   margin-bottom: 0;
 }
 
-.jobs-overlay {
-  background-color: #FFF;
-  opacity: 0.8;
-  position: absolute;
-  top: 10px;
-  right: 15px;
-}
-
-.jobs-overlay li {
-  padding: 5px;
-}
-
-.jobs-overlay:hover {
-  opacity: 1;
-}
-
 .dragging-pre {
   border-left: none;
   background: transparent;

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


+ 25 - 18
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -557,24 +557,6 @@
     background-color: #fdae6b;
   }
 
-  .progress-job {
-    height: 2px;
-  }
-
-  .jobs-overlay {
-    background-color: transparent;
-  }
-
-  .jobs-overlay li {
-    background-color: #FFF;
-    margin-bottom: 5px;
-    padding: 0;
-  }
-
-  .jobs-overlay li a {
-    margin: 6px;
-  }
-
   @-webkit-keyframes pulsate {
     0% {
       margin-left: 0;
@@ -1279,6 +1261,31 @@
     z-index: 1030;
   }
 
+  .jobs-overlay {
+    background-color: #FFF;
+    opacity: 0.8;
+    position: absolute;
+    top: 10px;
+    right: 15px;
+
+    .progress-job {
+      height: 2px;
+      margin-bottom: 0;
+    }
+
+    li {
+      background-color: #FFF;
+      padding: 5px;
+
+      a {
+        margin: 6px;
+      }
+    }
+
+    &:hover {
+      opacity: 1;
+    }
+  }
 
   // TODO: Switch to the context popover css for the file chooser
   .ace-filechooser {

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