Merge pull request #7707 from mfo/US/fix-section-title
fix(a11y): input background color issue
This commit is contained in:
commit
a98484809f
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@
|
|||
&.section {
|
||||
padding: $default-spacer $default-spacer 0;
|
||||
margin-bottom: 8px;
|
||||
|
||||
input {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&.hr {
|
||||
|
|
Loading…
Reference in a new issue