1
0
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:
Michele Guerini Rocco 2017-01-14 02:47:03 +01:00 committed by GitHub
parent b5b75f2455
commit 885773a7cf

View File

@ -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;
} }