CSR-339 correct tab / focus issue

This commit is contained in:
CarlNation 2022-02-08 13:45:32 -05:00
parent 5f9917e16a
commit a70cb96e22

View file

@ -133,7 +133,7 @@ export default {
position: static; //override bootstrap position: static; //override bootstrap
height: 0; height: 0;
opacity: 0; opacity: 0;
}
&:focus-visible + label { &:focus-visible + label {
box-shadow: 0 0 0 2.5px $blue inset; box-shadow: 0 0 0 2.5px $blue inset;
} }
@ -150,6 +150,7 @@ export default {
font-weight: 500; font-weight: 500;
} }
} }
}
label { label {
color: $gray-600; color: $gray-600;
position: relative; position: relative;