Copy CSS files to installation folder
This commit is contained in:
parent
1c500374cf
commit
d75621ade0
3 changed files with 15 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue