瀏覽代碼

Revert "HUE-7680 [frontend] Improve CSS on not-so-top-of-the-line screens"

This reverts commit 59ce57b3311dce3c05dcb364411a5f6d35ac4c8e.
Romain Rigaux 8 年之前
父節點
當前提交
398dd4bbcb

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


+ 3 - 8
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -41,7 +41,7 @@
 
 
 ::-webkit-scrollbar {
-  width: 9px;
+  width: 8px;
 }
 
 ::-webkit-scrollbar-track {
@@ -49,14 +49,9 @@
 }
 
 ::-webkit-scrollbar-thumb {
-  border-radius: 4.5px;
+  border-radius: 4px;
   border: 1px solid @cui-white;
-  border-right-width: 2px;
-  background-color: @cui-gray-300;
-}
-
-::-webkit-scrollbar-thumb:hover {
-  background-color: @cui-gray-500;
+  background-color: @cui-gray-200;
 }
 
 body {

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