diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-01-25 16:28:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 16:28:29 +0100 |
commit | e5ae75bf6a88ff70570df43635e75db904e40a50 (patch) | |
tree | 9dfda7bac26293e35614e3a856c3adc0f671cb91 /app/views/settings | |
parent | 2f112432e646277d4630d49d9c71da74eb75934b (diff) |
Fix styling of featured tags in light theme (#23252)
* Fix styling of featured tags in light theme Fixes #23251 * Remove broken highlighting on /settings/featured_tags
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/featured_tags/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/featured_tags/index.html.haml b/app/views/settings/featured_tags/index.html.haml index 078abd788..3ead9d2e2 100644 --- a/app/views/settings/featured_tags/index.html.haml +++ b/app/views/settings/featured_tags/index.html.haml @@ -17,7 +17,7 @@ %hr.spacer/ - @featured_tags.each do |featured_tag| - .directory__tag{ class: params[:tag] == featured_tag.name ? 'active' : nil } + .directory__tag %div %h4 = fa_icon 'hashtag' |