Browse Source

Port SCSS changes from 19b07ba260

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
258e8b7734
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      app/javascript/flavours/glitch/styles/stream_entries.scss

+ 12
- 0
app/javascript/flavours/glitch/styles/stream_entries.scss View File

@ -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