UNPKG
d-pad
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
easy keyboard navigation without having to change your html
d-pad.ajanibilby.com
AjaniBilby/d-pad
d-pad
/
styles.css
8 lines
(7 loc)
•
232 B
CSS
View Raw
1
2
3
4
5
6
7
8
a
:focus-visible
,
select
:focus-visible
, *
[tabindex]
:focus-visible
{
outline
:
3px
solid
hsl
(
var
(--ring)); }
.dp-group
:focus-visible
{
outline
:
1px
dashed
hsl
(
var
(--ring))
!important
;
box-shadow
: inset
0
0
5px
0
hsl
(
var
(--ring)); }