mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
fix: form focus styles
This commit is contained in:
parent
496409f2b8
commit
a810ac7551
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ textarea {
|
|||
|
||||
&:focus {
|
||||
@include color('border-color', 'secondary');
|
||||
border: 2px solid;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue