about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/local_settings.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-02 00:17:22 +0200
committerThibG <thib@sitedethib.com>2018-10-09 18:10:54 +0200
commit269edc0e48886ea90455283f08a646c86387cfbc (patch)
tree82489b1a20354a16cff11a6d4f1ab857482ffb53 /app/javascript/flavours/glitch/styles/components/local_settings.scss
parent721aec40cd2610a8c9c55da0d98068ffc718c073 (diff)
Fix CW icon color in local-settings modal
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/local_settings.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/local_settings.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/local_settings.scss b/app/javascript/flavours/glitch/styles/components/local_settings.scss
index 75e7d370d..0b7a74575 100644
--- a/app/javascript/flavours/glitch/styles/components/local_settings.scss
+++ b/app/javascript/flavours/glitch/styles/components/local_settings.scss
@@ -60,6 +60,11 @@
   outline: none;
   transition: background .3s;
 
+  .text-icon-button {
+    color: inherit;
+    transition: unset;
+  }
+
   &:hover {
     background: $ui-secondary-color;
   }