make input border easier to overide

This commit is contained in:
Sean Yesmunt 2019-06-10 00:16:19 -04:00
commit ac332278a5
3 changed files with 4 additions and 6 deletions
sass/form

View file

@ -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);
}
}