mirror of https://github.com/Siphonay/mastodon
Port SCSS changes from 19b07ba260
This commit is contained in:
parent
4b29a41f1d
commit
258e8b7734
|
@ -110,6 +110,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.button--destructive {
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
background: $error-red;
|
||||
|
||||
svg path:last-child {
|
||||
fill: $error-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
svg {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue