kopia lustrzana https://github.com/wagtail/wagtail
Reset padding for checkbox & radio inputs
Previously, the normalize stylesheet covered this, however that's no longer applicable due to selector specificity.pull/6458/head
rodzic
37245d8546
commit
80c65390a4
|
@ -154,6 +154,7 @@ input[type=checkbox] {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio] {
|
input[type=radio] {
|
||||||
|
|
Ładowanie…
Reference in New Issue