adwaita: Remove a dead rule

GtkFileChooserButtons are called "filechooserbutton" these days, not
button.file
This commit is contained in:
Timm Bäder 2019-07-13 18:08:45 +02:00
parent b9b5072668
commit 37906a2200

View File

@ -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; }