Browse Source

removed cleaned out sass comment

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
4855ef5d2f
  1. 1
      .themes/classic/sass/partials/_syntax.scss

1
.themes/classic/sass/partials/_syntax.scss

@ -169,7 +169,6 @@ p code {
} }
pre, .highlight, .gist-highlight { pre, .highlight, .gist-highlight {
&::-webkit-scrollbar { height: .5em; background: rgba(#fff, .15); } &::-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 } &::-webkit-scrollbar-thumb:horizontal { background: rgba(#fff, .2); -webkit-border-radius: 4px; border-radius: 4px }
} }

Loading…
Cancel
Save