File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
src/gtk-3.20/scss/widgets Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 155
155
> box ,
156
156
> label ,
157
157
> widget > box {
158
- padding : ($spacing + 2 ) ($spacing * 3 ); // top/bottom | left/right
158
+ padding : ($spacing - 1 px ) ($spacing * 2 ); // top/bottom | left/right
159
159
border-width : 2px ;
160
160
border-style : solid ;
161
161
border-color : transparent ;
166
166
> box ,
167
167
> label ,
168
168
> widget > box {
169
- padding : ($spacing + 2 ) ($spacing * 2 ) ($spacing + 2 ) ($spacing * 3 ); // top | right | bottom | left
169
+ padding : ($spacing - 1 px ) ($spacing * 2 ) ($spacing - 1 px ) ($spacing * 3 ); // top | right | bottom | left
170
170
}
171
171
}
172
172
322
322
border-left-color : $selected_bg_color ;
323
323
outline : none ;
324
324
325
- > box , > label {
325
+ > box ,
326
+ > label ,
327
+ > widget > box {
326
328
border-left-color : $selected_bg_color ;
327
329
}
328
330
352
354
border-top-color : $selected_bg_color ;
353
355
outline : none ;
354
356
355
- > box , > label {
357
+ > box ,
358
+ > label ,
359
+ > widget > box {
356
360
border-top-color : $selected_bg_color ;
357
361
}
358
362
382
386
border-right-color : $selected_bg_color ;
383
387
outline : none ;
384
388
385
- > box , > label {
389
+ > box ,
390
+ > label ,
391
+ > widget > box {
386
392
border-right-color : $selected_bg_color ;
387
393
}
388
394
You can’t perform that action at this time.
0 commit comments