fix(a11y): input issue

This commit is contained in:
Martin 2022-09-01 13:49:51 +02:00 committed by mfo
parent 9532549fe3
commit 17c7ae1904

View file

@ -102,6 +102,10 @@
&.section {
padding: $default-spacer $default-spacer 0;
margin-bottom: 8px;
input {
background-color: $white;
}
}
&.hr {