mirror of
https://github.com/pds-nest/nest.git
synced 2025-02-16 12:43:58 +00:00
🔧 Make outlines wider
This commit is contained in:
parent
df117585e5
commit
19ee9ae23f
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.Button:focus-visible {
|
||||
outline: 2px solid var(--outline);
|
||||
outline: 4px solid var(--outline);
|
||||
}
|
||||
|
||||
.ButtonGreen {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
.ButtonLink:focus-visible .ButtonSidebar {
|
||||
outline: 2px solid var(--outline);
|
||||
outline: 4px solid var(--outline);
|
||||
}
|
||||
|
||||
.ButtonIcon {
|
||||
|
|
Loading…
Add table
Reference in a new issue