Follow-up on inline follow suggestions

This commit is contained in:
Niléane 2024-02-11 16:52:09 +01:00
commit 1c500374cf
No known key found for this signature in database
3 changed files with 15 additions and 6 deletions

View file

@ -5929,6 +5929,9 @@ a:is(.active,
.layout-multiple-columns .drawer__tab .icon {
transform: scale(1.2);
}
.layout-multiple-columns .drawer__tab:active {
transform: scale(.9);
}
.layout-multiple-columns .drawer__tab:is(:active, :focus, :hover) {
background-color: var(--color-accent-bg);
}