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
+4 -4
View File
@@ -10,7 +10,7 @@
@include linear-gradient($bg_color);
padding: $spacing;
border-width: 1px 0 0 0;
border-width: 1px 0 0;
border-style: solid;
border-color: border_normal($bg_color);
color: $fg_color;
@@ -40,9 +40,9 @@
@include exports("searchbar") {
.search-bar {
@include linear-gradient(shade($bg_color, 0.98));
@include linear-gradient(shade($bg_color, .98));
border-width: 0 0 1px 0;
border-width: 0 0 1px;
border-style: solid;
border-color: border_normal($bg_color);
color: $fg_color;
@@ -86,7 +86,7 @@
}
.selection-menu.button {
border: none;
border: 0;
background-color: transparent;
background-image: none;
color: shade($selected_bg_color, $contrast);