about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-05-08 00:37:51 +0200
committerGitHub <noreply@github.com>2021-05-08 00:37:51 +0200
commit5233e9910677c921ab93e0997964144b1df95a63 (patch)
treebab0d925ffe45724fb234477ee9c3a8c24886646 /app/javascript/flavours/glitch/styles/components/index.scss
parentdf82963ea4fda69571ae27abef4239d4b755eb2f (diff)
parent196cef8977a8dacd56ee910cd9d482faae23047c (diff)
Merge pull request #1531 from ClearlyClaire/glitch-soc/features/upstream-media-modal
Port upstream's new media modal
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index aada9a928..16045d5ee 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -334,11 +334,11 @@
   }
 }
 
-.star-icon.active {
+.icon-button.star-icon.active {
   color: $gold-star;
 }
 
-.bookmark-icon.active {
+.icon-button.bookmark-icon.active {
   color: $red-bookmark;
 }