gaufre: better visually mark button focus
don't know why I didn't do that earlier? Match DSFR styling when keyboard-focusing the gaufre button
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
background-color: #f6f6f6 !important;
|
||||
}
|
||||
|
||||
.lasuite-gaufre-btn--vanilla:focus-visible {
|
||||
outline: 2px solid #0a76f6 !important;
|
||||
outline-offset: 2px !important;
|
||||
}
|
||||
|
||||
[data-fr-scheme="dark"] .lasuite-gaufre-btn--vanilla:hover,
|
||||
[data-fr-scheme="dark"] .lasuite-gaufre-btn--vanilla:focus-visible {
|
||||
background-color: #343434 !important;
|
||||
|
||||
Reference in New Issue
Block a user