From 7c2f9b2cd0affc2c32e29f95de3618ff11d04e36 Mon Sep 17 00:00:00 2001 From: Anastasia Cheetham Date: Wed, 23 May 2012 17:44:28 -0400 Subject: [PATCH] IDI-70: Remove the border around some links in high-contrast themes --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index d2aa020..27bb1f6 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,13 @@ a:focus, .fl-site-link a, .idi-cluster-name, .idi-map-link, .idi-article-title, .twitter-follow-button { border: 2px solid transparent; } +/* the above-defined transparent border causes a coloured border in high-contrast. Remove it */ +.fl-theme-uio-yb .fl-site-link a, .fl-theme-uio-yb .idi-cluster-name, .fl-theme-uio-yb .idi-map-link, .fl-theme-uio-yb .idi-article-title, .fl-theme-uio-yb .twitter-follow-button, +.fl-theme-uio-wb .fl-site-link a, .fl-theme-uio-wb .idi-cluster-name, .fl-theme-uio-wb .idi-map-link, .fl-theme-uio-wb .idi-article-title, .fl-theme-uio-wb .twitter-follow-button, +.fl-theme-uio-by .fl-site-link a, .fl-theme-uio-by .idi-cluster-name, .fl-theme-uio-by .idi-map-link, .fl-theme-uio-by .idi-article-title, .fl-theme-uio-by .twitter-follow-button, +.fl-theme-uio-bw .fl-site-link a, .fl-theme-uio-bw .idi-cluster-name, .fl-theme-uio-bw .idi-map-link, .fl-theme-uio-bw .idi-article-title, .fl-theme-uio-bw .twitter-follow-button { + border: none; +} .fl-theme-uio-bw .fl-site-link a, .fl-theme-uio-wb .fl-site-link a, .fl-theme-uio-by .fl-site-link a, .fl-theme-uio-yb .fl-site-link a { border-width: 0px; }