simplify hover highlight to an underline
This commit is contained in:
parent
1594b4dcd8
commit
f5397b8aec
|
@ -64,14 +64,15 @@
|
|||
max-width: none;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.checkmate {
|
||||
.entry .checkmate {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.style-name-link {
|
||||
width: 100%;
|
||||
word-break: break-word;
|
||||
}
|
||||
.entry .style-name:hover {
|
||||
background: linear-gradient(to right, hsla(180, 50%, 30%, 0.2), hsla(180, 20%, 10%, 0.05) 50%, transparent);
|
||||
.style-name:hover .style-name-link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.entry.enabled .style-name:hover .style-name-link {
|
||||
color: var(--accent-1);
|
||||
|
|
|
@ -164,7 +164,7 @@ a:hover {
|
|||
margin-top: .25em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.style-name a, .style-edit-link {
|
||||
.entry a:not(:hover) {
|
||||
text-decoration: none;
|
||||
}
|
||||
.style-name span,
|
||||
|
|
Loading…
Reference in New Issue
Block a user