Skip to content

Commit

Permalink
revert(scrollbar): Revert #457
Browse files Browse the repository at this point in the history
  • Loading branch information
cubesky committed Aug 6, 2017
1 parent 40e92b1 commit 80c244e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions source/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1838,23 +1838,14 @@ a {
text-align: left;
text-transform: none
}
.sidebar::-webkit-scrollbar-track {
border-radius: 2px
}
.sidebar::-webkit-scrollbar {
width: 5px;
background-color: #F7F7F7;
}
::-webkit-scrollbar {
width: 5px;
background: transparent;
}
:hover::-webkit-scrollbar{
background-color: #F7F7F7
}
.sidebar::-webkit-scrollbar-track,
:hover::-webkit-scrollbar-track {
border-radius: 2px
}
.sidebar::-webkit-scrollbar-thumb,
:hover::-webkit-scrollbar-thumb {
.sidebar::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #BFBFBF;
Expand Down
2 changes: 1 addition & 1 deletion source/css/style.min.css

Large diffs are not rendered by default.

0 comments on commit 80c244e

Please sign in to comment.