forked from mirror/_s
Add optgroup in Typography
Added 'optgroup' in #Typography via both - - _typography.scss & - style.css It fixes the odd styling of the select element.
This commit is contained in:
parent
bce3197a42
commit
a75211cab1
|
@ -2,6 +2,7 @@ body,
|
|||
button,
|
||||
input,
|
||||
select,
|
||||
optgroup,
|
||||
textarea {
|
||||
color: $color__text-main;
|
||||
font-family: $font__main;
|
||||
|
|
Reference in New Issue