mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): remove css-scrollbar styles
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
@import
|
@import
|
||||||
"components/app/normalize",
|
"components/app/normalize",
|
||||||
"components/app/structure",
|
"components/app/structure",
|
||||||
"components/app/scrollbars",
|
|
||||||
"components/app/typography",
|
"components/app/typography",
|
||||||
"util/util";
|
"util/util";
|
||||||
|
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
|
|
||||||
// Scrollbars
|
|
||||||
// --------------------------------------------------
|
|
||||||
// Styling for dekstop webkit browsers
|
|
||||||
// These do not apply for mobile browsers
|
|
||||||
|
|
||||||
.css-scrollbars {
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:vertical {
|
|
||||||
min-height: 10px;
|
|
||||||
|
|
||||||
border: 2px solid transparent;
|
|
||||||
border-radius: 20px;
|
|
||||||
|
|
||||||
background: rgba(0, 0, 0, .4);
|
|
||||||
|
|
||||||
background-clip: padding-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:vertical:active {
|
|
||||||
min-height: 10px;
|
|
||||||
|
|
||||||
border: 2px solid transparent;
|
|
||||||
border-radius: 20px;
|
|
||||||
|
|
||||||
background: rgba(0, 0, 0, .6);
|
|
||||||
|
|
||||||
background-clip: padding-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Reference in New Issue
Block a user