forked from AuroraMiddleware/gtk
adwaita: Remove a dead rule
GtkFileChooserButtons are called "filechooserbutton" these days, not button.file
This commit is contained in:
parent
b9b5072668
commit
37906a2200
@ -856,10 +856,10 @@ button {
|
||||
}
|
||||
|
||||
// hide separators
|
||||
&.font,
|
||||
&.file { separator { background-color: transparent; }}
|
||||
|
||||
&.font { > box > box > label { font-weight: bold; }}
|
||||
&.font{
|
||||
separator { background-color: transparent; }
|
||||
> box > box > label { font-weight: bold; }
|
||||
}
|
||||
|
||||
// inline-toolbar buttons
|
||||
.inline-toolbar & { @extend %linked; }
|
||||
|
Loading…
Reference in New Issue
Block a user