浏览代码

HUE-3665 [editor] Don't show top border on query history columns

Johan Ahlen 9 年之前
父节点
当前提交
fc63bdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

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

@@ -1050,7 +1050,7 @@ ${ hueIcons.symbols() }
                   <!-- /ko -->
                   <!-- /ko -->
                 </td>
-                <td style="width: 25px" class="muted" data-bind="ellipsis: {data: name, length: 30}"></td>
+                <td style="width: 25px" class="muted" data-bind="ellipsis: {data: name, length: 30}, style: {'border-top-width': $index() == 0 ? '0' : ''}"></td>
                 <td data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}"><div data-bind="highlight: query, flavor: $parent.type" class="history-item"></div></td>
               </tr>
             </tbody>