Skip to content

Commit

Permalink
Fixed styling issue with a.commit-links.
Browse files Browse the repository at this point in the history
Text outside the tt element did not behave properly on hover. This has been corrected.
  • Loading branch information
dscalzi committed Jul 23, 2018
1 parent cb28bce commit 04cf2ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ input:checked + .toggleSwitchSlider:before {
text-decoration: none;
}
#settingsChangelogText a.commit-link:hover {
text-decoration: underline;
text-decoration: underline !important;
text-decoration-color: black;
}
#settingsChangelogText tt {
Expand All @@ -1771,6 +1771,10 @@ input:checked + .toggleSwitchSlider:before {
color: black;
font-weight: bold;
}
#settingsChangelogText a.commit-link:hover tt {
text-decoration: underline;
text-decoration-color: black;
}
#settingsChangelogText .highlight {
background: rgba(0, 0, 0, 0.30);
user-select: initial;
Expand Down

0 comments on commit 04cf2ee

Please sign in to comment.