浏览代码

HUE-6417 [editor] Make left grid hover border darker

Enrico Berti 8 年之前
父节点
当前提交
d884621

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 2 - 2
desktop/core/src/desktop/static/desktop/less/components/hue-tables.less

@@ -499,8 +499,8 @@ div.box {
 }
 
 .fixed-first-col-hover {
-  background-color: #EEE !important;
-  border-left: 2px solid @hue-primary-color-light !important;
+  background-color: #EEE!important;
+  border-left: 2px solid @cui-gray-200!important;
   padding-left: 14px !important;
 }
 

部分文件因为文件数量过多而无法显示