1
0
Fork 0

Fix danger button border

This commit is contained in:
Chocobozzz 2025-03-27 12:05:55 +01:00
parent 8c30e166c3
commit 61951b9b6f
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -125,6 +125,7 @@
@mixin danger-button {
background-color: pvar(--red);
color: pvar(--on-red);
border: 1px solid pvar(--red);
@include button-focus(pvar(--red));
@ -136,8 +137,8 @@
}
&[disabled] {
cursor: default;
opacity: 0.7;
pointer-events: none;
opacity: 0.6;
}
}