Browse Source

HUE-7158 [editor] Remove border to the grid results column list

Enrico Berti 8 years ago
parent
commit
62bee8f

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


+ 5 - 1
desktop/core/src/desktop/static/desktop/less/hue-helpers.less

@@ -140,4 +140,8 @@ pre, .like-pre {
   padding-left: 4px;
   padding-bottom: 3px;
   display: inline-block;
-}
+}
+
+.no-border {
+  border: none !important;
+}

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -1348,7 +1348,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
 
 <script type="text/html" id="snippet-grid-settings${ suffix }">
   <div class="snippet-grid-settings" style="overflow: auto">
-    <table class="table table-condensed margin-top-10">
+    <table class="table table-condensed margin-top-10 no-border">
       <thead>
         <tr>
           <th width="16">

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