Quellcode durchsuchen

HUE-3912 [editor] Dotted line when clicking on assist

Johan Ahlen vor 9 Jahren
Ursprung
Commit
38c20c8

+ 2 - 0
apps/beeswax/src/beeswax/templates/execute.mako

@@ -888,6 +888,7 @@ ${ tableStats.tableStats() }
   .left-panel {
     position: fixed !important;
     z-index: 1030;
+    outline: none !important;
   }
 
   .mega-popover .popover-content {
@@ -915,6 +916,7 @@ ${ tableStats.tableStats() }
 
   .right-panel {
     position: absolute;
+    outline: none !important;
   }
 
   #chooseFile, #chooseFolder, #choosePath {

+ 2 - 0
apps/rdbms/src/rdbms/templates/execute.mako

@@ -217,6 +217,7 @@ ${ commonshare() | n,unicode }
 
   .left-panel {
     position: absolute;
+    outline: none !important;
   }
 
   .resizer {
@@ -234,6 +235,7 @@ ${ commonshare() | n,unicode }
 
   .right-panel {
     position: absolute;
+    outline: none !important;
   }
 
   #filechooser {

+ 3 - 2
desktop/core/src/desktop/templates/assist.mako

@@ -316,6 +316,7 @@ from desktop.views import _ko
       white-space: nowrap;
       overflow-x: hidden;
       overflow-y: auto;
+      outline: none !important;
     }
 
     .database-tree ul {
@@ -675,7 +676,7 @@ from desktop.views import _ko
     </div>
     <div class="assist-flex-fill">
       <ul class="assist-tables" data-bind="foreach: sources">
-        <li class="assist-table pointer">
+        <li class="assist-table">
           <a class="assist-table-link" href="javascript: void(0);" data-bind="click: function () { $parent.selectedSource($data); }"><i class="fa fa-fw fa-server muted valign-middle"></i> <span data-bind="text: name"></span></a>
         </li>
       </ul>
@@ -740,7 +741,7 @@ from desktop.views import _ko
       </ul>
       <!-- /ko -->
       <ul class="assist-tables" data-bind="foreachVisible: {data: filteredEntries, minHeight: 20, container: '.assist-db-scrollable' }">
-        <li class="assist-table pointer" data-bind="visibleOnHover: { selector: '.database-actions' }">
+        <li class="assist-table" data-bind="visibleOnHover: { selector: '.database-actions' }">
           <!-- ko template: { name: 'assist-entry-actions' } --><!-- /ko -->
           <a class="assist-table-link" href="javascript: void(0);" data-bind="click: function () { $parent.selectedDatabase($data) }"><i class="fa fa-fw fa-database muted valign-middle"></i> <span data-bind="text: definition.name"></span></a>
         </li>

+ 2 - 0
desktop/core/src/desktop/templates/home2.mako

@@ -64,6 +64,7 @@ ${ fileBrowser.fileBrowser() }
     position: absolute;
     height: 100%;
     overflow: hidden;
+    outline: none !important;
   }
 
   .resizer {
@@ -84,6 +85,7 @@ ${ fileBrowser.fileBrowser() }
     position: absolute;
     height: 100%;
     overflow: hidden;
+    outline: none !important;
   }
 
   .show-assist {

+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -61,6 +61,7 @@ body {
   position: absolute;
   height: 100%;
   overflow: hidden;
+  outline: none !important;
 }
 
 .resizer {