Port SCSS changes from 19b07ba260

master
Thibaut Girka 6 years ago committed by ThibG
parent 4b29a41f1d
commit 258e8b7734
  1. 12
      app/javascript/flavours/glitch/styles/stream_entries.scss

@ -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…
Cancel
Save