fix dropdown focus styling
This commit is contained in:
parent
fa10db953a
commit
dd79fc826d
@ -62,9 +62,10 @@ body {
|
||||
transform: scale(1.7);
|
||||
}
|
||||
|
||||
#dropdown-button:focus {
|
||||
#dropdown-button:focus-visible {
|
||||
outline: none;
|
||||
background-color: var(--brand-300);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#dropdown-button:active {
|
||||
@ -97,7 +98,7 @@ body {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#dropdown a:hover, a:focus {
|
||||
#dropdown a:hover, #dropdown a:focus {
|
||||
background-color: var(--brand-300);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user