Skip to content

Commit

Permalink
Merge pull request #1325 from sul-dlss/header-underline
Browse files Browse the repository at this point in the history
remove underline for header tools
  • Loading branch information
jcoyne authored Aug 30, 2024
2 parents 329d4ba + a75cf17 commit 31b6660
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ label.toggle-bookmark {
--bs-btn-padding-y: 0;
}

#citationLink, #emailLink, .toggle-bookmark span[data-checkboxsubmit-target="span"] {
text-decoration: underline;
}

#citationLink {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='14' viewBox='0 0 512 512' aria-label='Citation' role='img'%3E%3Ctitle%3ECitation%3C/title%3E%3Cpath fill='%23006cb8' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}
Expand All @@ -313,7 +309,7 @@ label.toggle-bookmark {
border-color: rgb(var(--stanford-palo-alto-rgb));
}

.header-tools > *:hover {
.header-tools > *:hover, .toggle-bookmark span[data-checkboxsubmit-target="span"]:hover {
--bs-link-color-rgb: var(--stanford-digital-blue-dark-rgb);
text-decoration: underline;
}

0 comments on commit 31b6660

Please sign in to comment.