about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-14 08:06:17 +0100
committerGitHub <noreply@github.com>2022-11-14 08:06:17 +0100
commit523e106cbf2f0cd846d0514e7a5b38ea6c62fe8b (patch)
tree40e251bf41562f365997f95445ce8a7a79fce79d /app
parentb31afc62943b79bf97338040e39123b9dd68f31f (diff)
Fix style of username in navigation bar above compose form in web UI (#20628)
Regression from #20540
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index c3011f7c9..119bbe8e6 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1869,9 +1869,6 @@ a.account__display-name {
 
   a {
     color: inherit;
-  }
-
-  .permalink {
     text-decoration: none;
   }