Skip to content

Commit

Permalink
Merge remote-tracking branch 'acheetham/IDI-70' into development
Browse files Browse the repository at this point in the history
* acheetham/IDI-70:
  IDI-70: Remove the border around some links in high-contrast themes
  • Loading branch information
acheetham committed May 23, 2012
2 parents 43e66d3 + 7c2f9b2 commit 44c1d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 44c1d75

Please sign in to comment.