]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix remote reports with comments revealing remote reporter
authorClaire <claire.github-309c@sitedethib.com>
Sat, 26 Feb 2022 20:14:12 +0000 (21:14 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Sat, 26 Feb 2022 20:17:22 +0000 (21:17 +0100)
Port SCSS changes from 57814a98a9c8e4b106d44a31e36561f585f73bac to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss

index a1b99636c72cb657e89768011d841e4f78164832..fa47d19d7c875b7e7bbff2a25f5a22b72b59c592 100644 (file)
@@ -1383,16 +1383,20 @@ a.sparkline {
       line-height: 20px;
       margin-bottom: 4px;
 
-      .username {
+      .username {
         color: $primary-text-color;
         font-weight: 500;
-        text-decoration: none;
         margin-right: 5px;
 
-        &:hover,
-        &:focus,
-        &:active {
-          text-decoration: underline;
+        a {
+          color: inherit;
+          text-decoration: none;
+
+          &:hover,
+          &:focus,
+          &:active {
+            text-decoration: underline;
+          }
         }
       }