make input border easier to overide
This commit is contained in:
parent
bf98d38e75
commit
ac332278a5
3 changed files with 4 additions and 6 deletions
sass/form
|
@ -95,11 +95,9 @@ fieldset-section {
|
|||
[type="text"],
|
||||
select,
|
||||
textarea {
|
||||
&:not([disabled]):not(:focus) {
|
||||
border-color: var(--lbry-black);
|
||||
}
|
||||
border-color: var(--lbry-black);
|
||||
|
||||
&:not([disabled]):focus {
|
||||
&:focus {
|
||||
border-color: var(--lbry-teal-5);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue