Use .destructive
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
0549c365e5
commit
d25354013a
9 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -69,7 +69,7 @@
|
|||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
&.warning a {
|
||||
&.destructive a {
|
||||
color: var(--warning-color--hicontrast);
|
||||
}
|
||||
|
||||
|
|
|
@ -581,7 +581,7 @@
|
|||
transition: none;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
&.destructive {
|
||||
color: var(--warning-color--hicontrast);
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue