form: avoid outlining disabled controls on click

This commit is contained in:
Pierre de La Morinerie 2020-02-11 13:56:06 +01:00
parent 1531b69f5a
commit c517d22369

View file

@ -20,7 +20,7 @@
}
%outline {
&:active,
&:active:not(:disabled),
&:focus {
outline: 3px solid $blue;
}