fix: handle link styles on text selection, and on focus
This commit is contained in:
parent
d4703e7c9d
commit
dcedf2c8d6
|
@ -38,10 +38,10 @@ $scrollbar-track: #999999 !default;
|
|||
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: #CCCCCC;
|
||||
}
|
||||
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: #2A5858;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue