Browse Source

Merge pull request #2980 from weseek/feat/gw-4240-adjust-color-of-icon-in-dark

Feat/gw 4240 adjust color of icon in dark
Yuki Takei 5 years ago
parent
commit
61a68398cb
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 11 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -418,6 +418,17 @@ body.on-edit {
   }
   }
 }
 }
 
 
+/*
+ * GROWI comment
+ */
+.page-comment-meta .page-comment-revision svg {
+  fill: $color-link;
+
+  &:hover() {
+    fill: $color-link-hover;
+  }
+}
+
 /*
 /*
  * GROWI comment form
  * GROWI comment form
  */
  */