restore button's svg color in light mode

This commit is contained in:
tophf 2022-02-17 03:35:51 +03:00
parent 1721bad7d8
commit 6fb2727f6b

View File

@ -85,6 +85,10 @@ button:active {
button .svg-icon {
cursor: auto;
}
[data-ui-theme="light"] button .svg-icon {
/* Our svgs are pixel-aligned so the default #000 looks too strong */
fill: #333;
}
/* For some odd reason these hovers appear lighter than all other button hovers in every browser */
#message-box-buttons button:not(:disabled):hover {