diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 276191b50..be178db32 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -10,7 +10,6 @@ html { a, .link, #expander { cursor: pointer; - text-decoration: underline; color: $font-color; padding: 0.2em; diff --git a/app/assets/stylesheets/pages.scss b/app/assets/stylesheets/pages.scss index 0dfde456e..fec131d7d 100644 --- a/app/assets/stylesheets/pages.scss +++ b/app/assets/stylesheets/pages.scss @@ -221,7 +221,6 @@ $header_nums: 0, 1, 2, 3, 4; .category_name { a:hover { - text-decoration: underline; color: white; } } diff --git a/app/assets/stylesheets/tags_and_categories.scss b/app/assets/stylesheets/tags_and_categories.scss index 316a60e17..3a26bb5c2 100644 --- a/app/assets/stylesheets/tags_and_categories.scss +++ b/app/assets/stylesheets/tags_and_categories.scss @@ -39,6 +39,12 @@ div#v-pills-tab a { color: black; + text-decoration: none; +} + +div#v-pills-tab a:hover { + background: none; + font-weight: bold; } .tag-button { @@ -76,12 +82,23 @@ $categories_dark_color: ( color: white; } } - a:link#v-pills-#{$name}-tab.active { + a#v-pills-#{$name}-tab.active { + background: none; + color: $color; + font-weight: bold; + } + a#v-pills-#{$name}-tab { + i { color: $color; } + &:hover { + color: $color; + } + } + a#v-pills-#{$name}-tab.active { background: none; color: $color; font-weight: bold; } - a:link#v-pills-#{$name}-tab { + a#v-pills-#{$name}-tab { i { color: $color; } &:hover { color: $color; @@ -89,7 +106,6 @@ $categories_dark_color: ( } #category-#{$name} { color: $color; - text-decoration: underline; } .bg-#{$name} { i { color: #{$color} } @@ -114,12 +130,12 @@ $categories_bright_color: ( color: black; } } - a:link#v-pills-#{$name}-tab.active { + a#v-pills-#{$name}-tab.active { background: none; color: $color; font-weight: bold; } - a:link#v-pills-#{$name}-tab { + a#v-pills-#{$name}-tab { i { color: $color; } &:hover { color: $color; @@ -127,7 +143,6 @@ $categories_bright_color: ( } #category-#{$name} { color: $color; - text-decoration: underline; } .bg-#{$name} { i { color: #{$color} } diff --git a/app/views/profiles/_profile.html.erb b/app/views/profiles/_profile.html.erb index 86203f9c3..cec0a0056 100644 --- a/app/views/profiles/_profile.html.erb +++ b/app/views/profiles/_profile.html.erb @@ -2,7 +2,7 @@ <% tooltip_empty = !profile.iso_languages.present? && profile.city.nil? && profile.willing_to_travel.nil? && profile.nonprofit.nil? %> <% title = render partial: "profiles/profile_tooltip", locals: { profile: profile } %>
<%= t(:choose_category, scope: 'category') %>