mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-09 09:19:51 +01:00
Remove /deep/ selectors
This commit is contained in:
parent
b5b75f2455
commit
885773a7cf
@ -9,17 +9,17 @@ atom-workspace {
|
||||
}
|
||||
|
||||
.scrollbars-visible-always {
|
||||
/deep/ ::-webkit-scrollbar {
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
/deep/ ::-webkit-scrollbar-track,
|
||||
/deep/ ::-webkit-scrollbar-corner {
|
||||
::-webkit-scrollbar-track,
|
||||
::-webkit-scrollbar-corner {
|
||||
background: @scroll-background;
|
||||
}
|
||||
|
||||
/deep/ ::-webkit-scrollbar-thumb {
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: @scroll-thumb;
|
||||
box-shadow: 0 0 1px black inset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user