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 {
|
&.section {
|
||||||
padding: $default-spacer $default-spacer 0;
|
padding: $default-spacer $default-spacer 0;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
input {
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hr {
|
&.hr {
|
||||||
|
|
Loading…
Reference in a new issue