Details open animation and custom arrow, make icons use current text color

This commit is contained in:
daudix
2024-09-15 18:14:39 +03:00
parent 958ba09571
commit 75d2e5476c
10 changed files with 84 additions and 100 deletions

View File

@ -84,14 +84,12 @@
transition: var(--transition);
border-radius: 999px;
padding: 0.5rem;
color: var(--fg-muted-4);
&:hover {
box-shadow: var(--edge-highlight);
background-color: var(--fg-muted-1);
.icon {
background-color: var(--fg-muted-5);
}
color: var(--fg-muted-5);
}
&:active {
@ -101,7 +99,6 @@
.icon {
mask-image: var(--icon);
transition: var(--transition);
background-color: var(--fg-muted-4);
width: 1.5rem;
height: 1.5rem;
}