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
This commit is contained in:
parent
2f112432e6
commit
e5ae75bf6a
2 changed files with 1 additions and 20 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue