mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
refactor: consistent focus styling
This commit is contained in:
committed by
Carlos Valente
parent
88f21e2186
commit
63d7250a70
@@ -15,6 +15,11 @@ $thumb-color-hover: $white-60;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overscroll-behavior: contain;
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px solid $blue-500;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user