Fix linting issues

This commit is contained in:
Satyajit Sahoo
2015-08-07 04:40:35 +05:30
parent e94d0f274a
commit b753394e53
30 changed files with 311 additions and 309 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
padding: $spacing;
outline-offset: -1px;
&:inconsistent { color: mix($fg_color, $bg_color, 0.5); }
&:inconsistent { color: mix($fg_color, $bg_color, .5); }
&.view, &.highlight, &.header, &.button {
&, &:focus, &:hover, &:insensitive {
border: none;
border: 0;
background-color: transparent;
background-image: none;
}