瀏覽代碼

HUE-6077 [frontend] Use the correct border colour for the assist panel resize

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

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


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

@@ -298,7 +298,7 @@ body {
   position: absolute;
   height: 100%;
   width: 2px;
-  background-color: @cui-gray-050;
+  background-color: @cui-gray-300;
 }
 
 .page-content {

部分文件因文件數量過多而無法顯示