mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Adwaita: remove some check and radio related cruft
remove superfluous padding which was there before the css node conversion of the widget.
This commit is contained in:
parent
ae8c13753e
commit
725d5b1477
@ -919,13 +919,6 @@ modelbutton.flat,
|
||||
|
||||
&:backdrop,
|
||||
&:backdrop:hover { @extend %undecorated_button; }
|
||||
|
||||
// FIXME: remove the following when the checks/radios rewrite lands
|
||||
check:last-child,
|
||||
radio:last-child { margin-left: 8px; }
|
||||
|
||||
check:first-child,
|
||||
radio:first-child { margin-right: 8px; }
|
||||
}
|
||||
|
||||
modelbutton.flat arrow {
|
||||
|
@ -1367,22 +1367,6 @@ popover.background radiobutton,
|
||||
popover.background radiobutton:hover,
|
||||
.menuitem.button.flat:hover {
|
||||
background-color: #3f4649; }
|
||||
modelbutton.flat check:last-child, popover.background checkbutton check:last-child,
|
||||
popover.background radiobutton check:last-child,
|
||||
modelbutton.flat radio:last-child,
|
||||
popover.background checkbutton radio:last-child,
|
||||
popover.background radiobutton radio:last-child,
|
||||
.menuitem.button.flat check:last-child,
|
||||
.menuitem.button.flat radio:last-child {
|
||||
margin-left: 8px; }
|
||||
modelbutton.flat check:first-child, popover.background checkbutton check:first-child,
|
||||
popover.background radiobutton check:first-child,
|
||||
modelbutton.flat radio:first-child,
|
||||
popover.background checkbutton radio:first-child,
|
||||
popover.background radiobutton radio:first-child,
|
||||
.menuitem.button.flat check:first-child,
|
||||
.menuitem.button.flat radio:first-child {
|
||||
margin-right: 8px; }
|
||||
|
||||
modelbutton.flat arrow, popover.background checkbutton arrow,
|
||||
popover.background radiobutton arrow {
|
||||
|
@ -1370,22 +1370,6 @@ popover.background radiobutton,
|
||||
popover.background radiobutton:hover,
|
||||
.menuitem.button.flat:hover {
|
||||
background-color: #f4f4f4; }
|
||||
modelbutton.flat check:last-child, popover.background checkbutton check:last-child,
|
||||
popover.background radiobutton check:last-child,
|
||||
modelbutton.flat radio:last-child,
|
||||
popover.background checkbutton radio:last-child,
|
||||
popover.background radiobutton radio:last-child,
|
||||
.menuitem.button.flat check:last-child,
|
||||
.menuitem.button.flat radio:last-child {
|
||||
margin-left: 8px; }
|
||||
modelbutton.flat check:first-child, popover.background checkbutton check:first-child,
|
||||
popover.background radiobutton check:first-child,
|
||||
modelbutton.flat radio:first-child,
|
||||
popover.background checkbutton radio:first-child,
|
||||
popover.background radiobutton radio:first-child,
|
||||
.menuitem.button.flat check:first-child,
|
||||
.menuitem.button.flat radio:first-child {
|
||||
margin-right: 8px; }
|
||||
|
||||
modelbutton.flat arrow, popover.background checkbutton arrow,
|
||||
popover.background radiobutton arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user