add svg icons, make event display buttons toggleable
This commit is contained in:
@ -84,5 +84,21 @@ button,
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
}
|
||||
|
||||
&.hasIcon {
|
||||
--color-button-bg: var(--color-deepBrick);
|
||||
--color-button-fg: var(--color-deepBrick);
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
&[data-active=true] {
|
||||
--color-button-bg: var(--color-deepBrick);
|
||||
--color-button-fg: var(--color-betongGray);
|
||||
|
||||
&:after, &:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user