Explorar o código

Reset padding for checkbox & radio inputs

Previously, the normalize stylesheet covered this, however that's
no longer applicable due to selector specificity.
Cole Maclean %!s(int64=4) %!d(string=hai) anos
pai
achega
80c65390a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/scss/elements/_forms.scss

+ 1 - 0
client/scss/elements/_forms.scss

@@ -154,6 +154,7 @@ input[type=checkbox] {
     border-radius: 0;
     cursor: pointer;
     border: 0;
+    padding: 0;
 }
 
 input[type=radio] {