about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-06-01 00:36:48 -0500
committerGitHub <noreply@github.com>2018-06-01 00:36:48 -0500
commit9ad5de8a3a5a14760f83f3d0f95eddca1fc4b106 (patch)
treed0f4cb73d9229db6617667592416621427d7adc6 /app/javascript/flavours/glitch/styles/components
parent0aba716fe1596376443cfe793fa8915e66931622 (diff)
parentb9fdeceb3c2c152c99c7e91b7c26390635e72e82 (diff)
Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks
Make active bookmarks red (fixes #493)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 0fa940766..487bb7ffb 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -248,6 +248,10 @@
   color: $gold-star;
 }
 
+.bookmark-icon.active {
+  color: $red-bookmark;
+}
+
 .notification__display-name {
   color: inherit;
   font-weight: 500;