fix: form focus styles

This commit is contained in:
Seifeldin Mahjoub 2020-09-07 00:19:52 +02:00
parent 496409f2b8
commit a810ac7551

View file

@ -17,7 +17,8 @@ textarea {
&:focus {
@include color('border-color', 'secondary');
border: 2px solid;
border-style: solid;
border-width: 2px;
}
&.disabled,