feat: add focus to buttons and links
This commit is contained in:
parent
2748bb78bf
commit
14ade113b3
1 changed files with 8 additions and 3 deletions
|
|
@ -19,14 +19,19 @@ a {
|
|||
a,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus,
|
||||
.btn,
|
||||
.btn:hover,
|
||||
.btn:active,
|
||||
.btn:focus {
|
||||
.btn:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a:focus-visible,
|
||||
.btn:focus-visible,
|
||||
.btn-reset:focus-visible {
|
||||
box-shadow: var(--focus-default);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a.grey,
|
||||
.sidebar-section a,
|
||||
.control-value a,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue