mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
Adwaita: add more space between check/radio and label in popovers
See https://bugzilla.gnome.org/show_bug.cgi?id=779570 for details.
This commit is contained in:
parent
5269d134b0
commit
57031135a0
@ -2640,6 +2640,19 @@ radio {
|
||||
|
||||
&:only-child { margin: 0; }
|
||||
|
||||
popover & { // when in a popover add more space between the label and the check, reset the other side margin.
|
||||
// See https://bugzilla.gnome.org/show_bug.cgi?id=779570 for details.
|
||||
&.left:dir(rtl) {
|
||||
margin-left: 0;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
&.right:dir(ltr) {
|
||||
margin-left: 12px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
min-height: 14px;
|
||||
min-width: 14px;
|
||||
border: 1px solid;
|
||||
|
Loading…
Reference in New Issue
Block a user