mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
highlight: show underline if inline code is contained in link #726
This commit is contained in:
parent
f09c72acd8
commit
e2079297ba
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue