fix: handle link styles under text selection in Sam theme
This commit is contained in:
parent
47b3490e15
commit
5ba38ddf3f
|
@ -45,10 +45,10 @@ $scrollbar-track: #99994C;
|
|||
a, a.main-nav-link.svelte-my25xk, .settings-list-item {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a.mention.u-url, a:hover, a:active, ::selection {
|
||||
a.mention.u-url, a:hover, a:active, a:focus, ::selection {
|
||||
background: #EEEE9E;
|
||||
}
|
||||
a.mention.u-url:hover, a.mention.u-url:active {
|
||||
a.mention.u-url:hover, a.mention.u-url:active, a.mention.u-url:focus, a::selection, a ::selection {
|
||||
background: #444400;
|
||||
color: #EEEE9E;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue