Fixed styling issue with a.commit-links.
Text outside the tt element did not behave properly on hover. This has been corrected.
This commit is contained in:
parent
cb28bce992
commit
04cf2ee718
@ -1760,7 +1760,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#settingsChangelogText a.commit-link:hover {
|
#settingsChangelogText a.commit-link:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline !important;
|
||||||
text-decoration-color: black;
|
text-decoration-color: black;
|
||||||
}
|
}
|
||||||
#settingsChangelogText tt {
|
#settingsChangelogText tt {
|
||||||
@ -1771,6 +1771,10 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
#settingsChangelogText a.commit-link:hover tt {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-color: black;
|
||||||
|
}
|
||||||
#settingsChangelogText .highlight {
|
#settingsChangelogText .highlight {
|
||||||
background: rgba(0, 0, 0, 0.30);
|
background: rgba(0, 0, 0, 0.30);
|
||||||
user-select: initial;
|
user-select: initial;
|
||||||
|
Loading…
Reference in New Issue
Block a user