Use .destructive

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-11-08 17:21:33 +01:00
parent 0549c365e5
commit d25354013a
9 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
color: var(--primary-text-color);
}
&.warning a {
&.destructive a {
color: var(--warning-color--hicontrast);
}

View file

@ -581,7 +581,7 @@
transition: none;
}
&.warning {
&.destructive {
color: var(--warning-color--hicontrast);
opacity: 1;
}