Bug 1846859 - Restore old radio button sizing after bug 1845623. r=Gijs

This is the minimal patch for uplift. The regressing bug fixed
checkboxes, but forgot about radio buttons.

Will unify the styling here in a bit.

Differential Revision: https://phabricator.services.mozilla.com/D185278
This commit is contained in:
Emilio Cobos Álvarez 2023-08-03 10:50:36 +00:00
Родитель 6dd16cb775
Коммит 12a7c9fb3f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -25,6 +25,10 @@ radio {
appearance: auto;
-moz-default-appearance: radio;
margin: 1px 0;
/* TODO: This matches what the old native theme did, but maybe we want to
* use em-based sizes here. */
width: 13px;
height: 13px;
}
.radio-label-box {