diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-01-25 16:28:29 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-01-25 17:27:23 +0100 |
commit | 20934363492db6a33bf89726444c7a41eaa8d854 (patch) | |
tree | 036948c5d0eb01bf9ae18d612d965ac9c9b89fae /app/javascript/flavours/glitch | |
parent | 0f4637981b702c047454baa5f6ae312c012d3a79 (diff) |
[Glitch] Fix styling of featured tags in light theme
Port e5ae75bf6a88ff70570df43635e75db904e40a50 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index c23a05c51..b97c6c5ad 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -551,25 +551,6 @@ html { } } -.directory__tag.active > a, -.directory__tag.active > div { - border-color: $ui-highlight-color; - - &, - h4, - h4 small, - .fa, - .trends__item__current { - color: $white; - } - - &:hover, - &:active, - &:focus { - background: $ui-highlight-color; - } -} - .batch-table { &__toolbar, &__row, |