Key navigation

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-11-06 11:26:50 +01:00
parent 1796a35951
commit 187d579be0
3 changed files with 7 additions and 8 deletions

View file

@ -473,8 +473,8 @@
}
}
.focusable {
&:focus {
.focusable:focus,
.focusable-within:focus-within {
outline: 0;
box-shadow: 0 0 6px 0 hsla(var(--brand-color_hsl), 0.7);
@ -484,7 +484,6 @@
}
}
}
}
.status-card {
display: flex;