scss: avoid all padding on radio/checkbox, workaround for some Safari (#71278) #11

Merged
fpeters merged 1 commits from wip/71278-safari-checkbox-no-padding into main 2022-11-25 09:38:18 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ select {
input[type="checkbox"],
input[type="radio"] {
padding: 0;
aberriot marked this conversation as resolved
Review

Pourquoi est-ce qu'on a besoin de ça ?

(ignorez ce commentaire)

Pourquoi est-ce qu'on a besoin de ça ? (ignorez ce commentaire)
margin-right: 0.7em;
margin-bottom: 0.7em;
&:focus {