mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Properly style footnotes that have been absoluted
This commit is contained in:
@@ -347,9 +347,7 @@ sup[id^='fn'] {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
a.footnote,
|
||||
sup > a[href^='#fn'],
|
||||
sup > div > a[href^='#fn'] {
|
||||
a.footnote {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
padding: 0.05em 0.75em;
|
||||
@@ -378,17 +376,13 @@ sup > div > a[href^='#fn'] {
|
||||
}
|
||||
body a.footnote,
|
||||
body a.footnote:visited,
|
||||
.newsfoot-footnote-popover + a.footnote:hover,
|
||||
sup > a[href^='#fn'],
|
||||
sup > div > a[href^='#fn'] {
|
||||
.newsfoot-footnote-popover + a.footnote:hover {
|
||||
background: #aaa;
|
||||
color: white;
|
||||
transition: background-color 200ms ease-out;
|
||||
}
|
||||
a.footnote:hover,
|
||||
.newsfoot-footnote-popover + a.footnote,
|
||||
sup > a[href^='#fn']:hover,
|
||||
sup > div > a[href^='#fn']:hover {
|
||||
.newsfoot-footnote-popover + a.footnote {
|
||||
background: #666;
|
||||
transition: background-color 200ms ease-out;
|
||||
}
|
||||
@@ -409,17 +403,13 @@ sup > div > a[href^='#fn']:hover {
|
||||
}
|
||||
body a.footnote,
|
||||
body a.footnote:visited,
|
||||
.newsfoot-footnote-popover + a.footnote:hover,
|
||||
sup > a[href^='#fn'],
|
||||
sup > div > a[href^='#fn'] {
|
||||
.newsfoot-footnote-popover + a.footnote:hover {
|
||||
background: #aaa;
|
||||
color: white;
|
||||
transition: background-color 200ms ease-out;
|
||||
}
|
||||
a.footnote:hover,
|
||||
.newsfoot-footnote-popover + a.footnote,
|
||||
sup > a[href^='#fn']:hover,
|
||||
sup > div > a[href^='#fn']:hover {
|
||||
.newsfoot-footnote-popover + a.footnote {
|
||||
background: #666;
|
||||
transition: background-color 200ms ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user