Fix text entry issue

This commit is contained in:
EliverLara
2019-01-20 14:17:23 -06:00
parent c8cf6591e2
commit 011d8b2fea
3 changed files with 13 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ entry {
@each $e_type, $e_color in (error, $error_color),
(warning, $warning_color) {
&.#{$e_type} {
@include entry(normal);
color: $e_color;
border-color: entry_focus_border($e_color);