Show destructive button styles on mobile w/o hover
This commit is contained in:
parent
d613cf8af0
commit
35a5f92eb2
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue