form: avoid outlining disabled controls on click
This commit is contained in:
parent
1531b69f5a
commit
c517d22369
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
%outline {
|
%outline {
|
||||||
&:active,
|
&:active:not(:disabled),
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 3px solid $blue;
|
outline: 3px solid $blue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue