Skip to content

Commit 35e5463

Browse files
committed
Fix indentation
1 parent ab172c2 commit 35e5463

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/gtk-3.20/scss/widgets/_view.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
background-color: mix($backdrop_base_color, $selected_bg_color, .9);
201201
}
202202

203-
&:disabled { background-color: shade($selected_bg_color, 1.08); } //required if disabled state is turned on
203+
&:disabled { background-color: shade($selected_bg_color, 1.08); } //required if disabled state is turned on
204204
}
205205
}
206206

@@ -220,19 +220,19 @@
220220

221221
&.trough { // progress bar trough in treeviews
222222
border-radius: $roundness;
223-
border: 1px solid alpha(border_normal($bg_color), .5);
223+
border: 1px solid alpha(border_normal($bg_color), .5);
224224
background-color: shade($bg_color, 1.1);
225225

226226
&:selected {
227227
&:focus, & {
228228
background-color: if($variant == 'light', shade($bg_color, 1.1), darken($selected_bg_color, .1));
229229
@if $variant == 'light' { border: 1px solid $selected_borders_color; }
230230

231-
&:disabled { background-color: shade($bg_color, 1.08); }
231+
&:disabled { background-color: shade($bg_color, 1.08); }
232232
}
233233
}
234234

235-
&:disabled { background-color: shade($bg_color, 1.08); }
235+
&:disabled { background-color: shade($bg_color, 1.08); }
236236
}
237237

238238
header {

0 commit comments

Comments
 (0)