Enhance/all pages filters (#2976)

Enhanced all pages
This commit is contained in:
Charlie
2021-10-21 18:21:54 +08:00
committed by GitHub
parent c8b07ff97a
commit 8ad9836ca7
9 changed files with 544 additions and 79 deletions

View File

@@ -157,11 +157,11 @@ a.button {
opacity: 0.6;
display: block;
border-radius: 4px;
}
a.button:hover {
opacity: 1;
background: var(--ls-tertiary-background-color);
&:hover, &.active {
opacity: 1;
background: var(--ls-tertiary-background-color);
}
}
.is-mac.is-electron :is(.cp__header, .cp__right-sidebar-topbar) :is(button, .button, a) {