diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-15 16:37:05 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-15 16:37:05 -0400 |
commit | 4855ef5d2f976b07d624dddb85b46075009d5a6d (patch) | |
tree | bc18f9c90b8fc85a13f6e8ca82ebdb67d69fc046 /.themes | |
parent | 8b6d83ae6052ee09879d30f2849716fa8e692bfe (diff) | |
download | my_new_personal_website-4855ef5d2f976b07d624dddb85b46075009d5a6d.tar.xz my_new_personal_website-4855ef5d2f976b07d624dddb85b46075009d5a6d.zip |
removed cleaned out sass comment
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/sass/partials/_syntax.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.themes/classic/sass/partials/_syntax.scss b/.themes/classic/sass/partials/_syntax.scss index 2918599c..a68ae1bb 100644 --- a/.themes/classic/sass/partials/_syntax.scss +++ b/.themes/classic/sass/partials/_syntax.scss @@ -169,7 +169,6 @@ p code { } pre, .highlight, .gist-highlight { &::-webkit-scrollbar { height: .5em; background: rgba(#fff, .15); } - //&::-webkit-scrollbar-track { -webkit-box-shadow: $base03 1px 1px 0 inset; } &::-webkit-scrollbar-thumb:horizontal { background: rgba(#fff, .2); -webkit-border-radius: 4px; border-radius: 4px } } |