restore button's svg color in light mode
This commit is contained in:
parent
1721bad7d8
commit
6fb2727f6b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user