use standard cursor for svg inside buttons
This commit is contained in:
parent
f282623ef7
commit
799423629a
|
@ -56,6 +56,10 @@ button:active {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button .svg-icon {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* For some odd reason these hovers appear lighter than all other button hovers in every browser */
|
/* For some odd reason these hovers appear lighter than all other button hovers in every browser */
|
||||||
#message-box-buttons button:not(:disabled):hover {
|
#message-box-buttons button:not(:disabled):hover {
|
||||||
background-color: hsl(0, 0%, 90%);
|
background-color: hsl(0, 0%, 90%);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user