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