Show destructive button styles on mobile w/o hover

This commit is contained in:
Justin Edmund 2023-01-28 20:33:56 -08:00
parent d613cf8af0
commit 35a5f92eb2

View file

@ -108,6 +108,17 @@
padding: $unit * 1.5;
}
@include breakpoint(phone) {
&.destructive {
background: $error;
color: $grey-100;
.Accessory svg {
fill: $grey-100;
}
}
}
&.destructive:hover {
background: $error;
color: $grey-100;