Skip to content

Commit

Permalink
LUGG-1070 Fix flexslider link styling, and remove external indicator. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sacarney authored and angelamnr committed Feb 20, 2018
1 parent 64de038 commit 08b748e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,10 @@ a:hover {
#section-content .pane-menu-menu-social a.external:after,
#section-content .block-menu-social a:after,
#section-content .view-resources a.external:after,
#section-content .bibio-entry a.external:after {
#section-content .bibio-entry a.external:after,
#section-content .flex-caption a.external:after {
content: '';
display: none;
}

/* -------------------- */
Expand Down Expand Up @@ -1373,10 +1375,18 @@ ul.tabs.secondary img {
border: 1px solid #bbb;
}

.flex-caption a {
.flex-caption a,
.flex-caption a > p {
color: #cc0000;
text-decoration: none;
}

.flex-caption a:hover,
.flex-caption a:hover > p {
color: #0062a0;
text-decoration: underline;
}

.flex-caption p {
margin-bottom: 0;
font-size: 1rem;
Expand Down

0 comments on commit 08b748e

Please sign in to comment.