Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tropy/tropy
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 28, 2017
2 parents 79d2a12 + 7db8c0a commit 86368ca
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/stylesheets/partials/_scrollbar.scss
Expand Up @@ -5,12 +5,8 @@
.scrollbar-style-old-school {
::-webkit {
&-scrollbar {
width: 12px;
height: 12px;

&:vertical {
margin-right: 20px;
}
width: $scrollbar-size;
height: $scrollbar-size;

&-track {
background: $scrollbar-bg;
Expand All @@ -22,12 +18,14 @@
border: 4px solid $scrollbar-bg;
background-clip: content-box;

&:vertical {
&:active {
border: 0;
}
&:active {
border-width: 2px;
}
}

&-corner {
background: $scrollbar-bg;
}
}
}
}

0 comments on commit 86368ca

Please sign in to comment.