Key navigation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
1796a35951
commit
187d579be0
3 changed files with 7 additions and 8 deletions
Binary file not shown.
Binary file not shown.
|
@ -473,15 +473,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.focusable {
|
.focusable:focus,
|
||||||
&:focus {
|
.focusable-within:focus-within {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
box-shadow: 0 0 6px 0 hsla(var(--brand-color_hsl), 0.7);
|
box-shadow: 0 0 6px 0 hsla(var(--brand-color_hsl), 0.7);
|
||||||
|
|
||||||
.status.status-direct {
|
.status.status-direct {
|
||||||
&.muted {
|
&.muted {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue