diff --git a/app/assets/stylesheets/components/browse-list.scss b/app/assets/stylesheets/components/browse-list.scss index bc63bd9a6..b0d8255f7 100644 --- a/app/assets/stylesheets/components/browse-list.scss +++ b/app/assets/stylesheets/components/browse-list.scss @@ -16,22 +16,16 @@ margin-bottom: $gutter-half; } - &-link { - @include bold-24; + &-link-destructive { + color: $error-colour; - &-destructive { - @include bold-24; + &:visited, + &:link { color: $error-colour; + } - &:visited, - &:link { - @include bold-24; - color: $error-colour; - } - - &:hover { - color: $mellow-red; - } + &:hover { + color: $mellow-red; } } diff --git a/app/templates/components/browse-list.html b/app/templates/components/browse-list.html index 43ce53729..8d7b4aad6 100644 --- a/app/templates/components/browse-list.html +++ b/app/templates/components/browse-list.html @@ -5,7 +5,7 @@ {% for item in items %} {% if item.title and item.link %}
{{ org.count_of_live_services }} live service{% if org.count_of_live_services != 1 %}s{% endif %} @@ -30,7 +30,7 @@ {% endfor %} {% for service in services %}
{{ org_count|format_thousands }} organisations, {{ live_service_count|format_thousands }} live services
diff --git a/app/templates/views/find-services/find-services-by-name.html b/app/templates/views/find-services/find-services-by-name.html index a1fa28fda..2fbb8f402 100644 --- a/app/templates/views/find-services/find-services-by-name.html +++ b/app/templates/views/find-services/find-services-by-name.html @@ -43,7 +43,7 @@{{ org.count_of_live_services }} live service{% if org.count_of_live_services != 1 %}s{% endif %}