Fix: Messagebox is now fully working

This commit is contained in:
nizune
2021-07-06 13:16:29 +02:00
parent 583e2c510a
commit 4832e824a5
6 changed files with 56 additions and 19 deletions

View File

@@ -189,11 +189,15 @@
width: 40px;
border: 3px solid var(--tertiary-background);
cursor: pointer;
svg {
color: var(--secondary-foreground);
}
&:hover {
background: var(--secondary-header);
}
&:active {
transform: translateY(2px);
}