Add focus-visible polyfill
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
text-transform: uppercase;
|
||||
color: #8385aa;
|
||||
white-space: nowrap;
|
||||
border: 1px solid lighten(#8385aa, 15);
|
||||
border: 1px solid #c8cbf2;
|
||||
border-radius: 2px;
|
||||
vertical-align: middle;
|
||||
line-height: 2;
|
||||
@ -57,7 +57,7 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&.focus-visible:focus {
|
||||
box-shadow: 0 0 0 0.25rem transparentize(#8385aa, 0.5);
|
||||
}
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
border-color: #7983ff;
|
||||
color: white;
|
||||
|
||||
&:focus {
|
||||
&.focus-visible:focus {
|
||||
box-shadow: 0 0 0 0.25rem transparentize(#7983ff, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user