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