fix svg hover
This commit is contained in:
parent
d673354edd
commit
815f8aa26d
|
@ -607,10 +607,10 @@
|
||||||
}
|
}
|
||||||
#search-replace-dialog[data-type="replace"] button:hover svg,
|
#search-replace-dialog[data-type="replace"] button:hover svg,
|
||||||
#search-replace-dialog svg:hover {
|
#search-replace-dialog svg:hover {
|
||||||
fill: inherit;
|
fill: var(--cmin);
|
||||||
}
|
}
|
||||||
#search-replace-dialog [data-action="case"]:hover {
|
#search-replace-dialog [data-action="case"]:hover {
|
||||||
color: inherit;
|
color: var(--cmin);
|
||||||
}
|
}
|
||||||
#search-replace-dialog [data-action="clear"] {
|
#search-replace-dialog [data-action="clear"] {
|
||||||
background-color: ${colors.input.bg.replace(/[^,]+$/, '') + '.75)'};
|
background-color: ${colors.input.bg.replace(/[^,]+$/, '') + '.75)'};
|
||||||
|
|
|
@ -455,11 +455,6 @@ a:hover {
|
||||||
margin: 0 .5em;
|
margin: 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newUI .entry .svg-icon.checked,
|
|
||||||
.newUI .entry:hover .svg-icon.checked {
|
|
||||||
fill: var(--fg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.newUI .entry input[type="checkbox"]:not(.slider) {
|
.newUI .entry input[type="checkbox"]:not(.slider) {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
@ -526,6 +521,9 @@ a:hover {
|
||||||
fill: var(--c40);
|
fill: var(--c40);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button .svg-icon,
|
||||||
|
.newUI .entry .svg-icon.checked,
|
||||||
|
.newUI .entry:hover .svg-icon.checked,
|
||||||
.newUI .entry:hover .svg-icon:hover {
|
.newUI .entry:hover .svg-icon:hover {
|
||||||
fill: var(--fg);
|
fill: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user