Refactor some code to make it looks cleaner
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* 滚动槽 */
|
||||
.flat-scrollbar::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
@@ -8,14 +7,12 @@
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
/* 滚动条滑块 */
|
||||
.flat-scrollbar::-webkit-scrollbar-thumb {
|
||||
border-radius: 3px;
|
||||
background: gray;
|
||||
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
/* 滚动槽 */
|
||||
.flat-scrollbar-thin::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
@@ -25,7 +22,6 @@
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
/* 滚动条滑块 */
|
||||
.flat-scrollbar-thin::-webkit-scrollbar-thumb {
|
||||
border-radius: 3px;
|
||||
background: gray;
|
||||
|
||||
Reference in New Issue
Block a user