mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:54:49 +08:00
highlight: show underline if inline code is contained in link #726
This commit is contained in:
parent
f09c72acd8
commit
e2079297ba
@ -406,7 +406,10 @@ dd {
|
|||||||
.topbar-content a:focus,
|
.topbar-content a:focus,
|
||||||
article a:hover,
|
article a:hover,
|
||||||
article a:active,
|
article a:active,
|
||||||
article a:focus {
|
article a:focus,
|
||||||
|
article a:hover .copy-to-clipboard,
|
||||||
|
article a:active .copy-to-clipboard,
|
||||||
|
article a:focus .copy-to-clipboard {
|
||||||
outline: none;
|
outline: none;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user