Merge branch 'theme-checkbutton-padding' into 'master'

Adwaita: Tweak padding in checkbutton & radiobutton

Closes #2697

See merge request GNOME/gtk!1927
This commit is contained in:
Jakub Steiner 2020-05-18 13:12:15 +00:00
commit ec26e4f6b4

View File

@ -2397,16 +2397,12 @@ radiobutton {
&.text-button {
// this is for a nice focus on check and radios text
padding: 4px 2px;
padding: 4px;
}
}
check,
radio {
margin: 0 4px;
&:only-child { margin: 0; }
min-height: 14px;
min-width: 14px;
border: 1px solid;