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:
Arnab Wahid 2017-06-17 18:25:49 +06:00
parent bce3197a42
commit a75211cab1
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ body,
button,
input,
select,
optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;

View File

@ -264,6 +264,7 @@ body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;