Remove redundant pseudo-class
This commit is contained in:
parent
26dccbf4cf
commit
9938d56d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ nav.sub {
|
|||
background-color: var(--sidebar-background-color);
|
||||
}
|
||||
|
||||
#sidebar-toggle > button:hover:hover, #sidebar-toggle > button:focus {
|
||||
#sidebar-toggle > button:hover, #sidebar-toggle > button:focus {
|
||||
background-color: var(--sidebar-background-color-hover);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue