Merge pull request #7707 from mfo/US/fix-section-title

fix(a11y): input background color issue
This commit is contained in:
mfo 2022-09-01 14:54:47 +02:00 committed by GitHub
commit a98484809f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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