소스 검색

Revert "HUE-7680 [frontend] Tone down the scrollbars for webkit browsers"

This reverts commit 7edcf9df267f9a734a302ac00e56e849e72a26e4.
Romain Rigaux 8 년 전
부모
커밋
e35b44b

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 0 - 15
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -39,21 +39,6 @@
 @import "components/hue-wizard.less";
 @import "hue-helpers.less";
 
-
-::-webkit-scrollbar {
-  width: 8px;
-}
-
-::-webkit-scrollbar-track {
-  opacity: 0;
-}
-
-::-webkit-scrollbar-thumb {
-  border-radius: 4px;
-  border: 1px solid @cui-white;
-  background-color: @cui-gray-200;
-}
-
 body {
   background-color: @cui-white;
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.