Fix wrong cursor style on disabled inputs
*something* is setting the global cursor style for :disabled elements to "default" and I don't know what, but it conflicts with the intended cursor style of SemiDesign, so let it be determined by semi classes instead.
This commit is contained in:
parent
1580650d92
commit
910d4732c7
@ -62,6 +62,11 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
:disabled {
|
||||
/* inherit Semi's cursor style for disabled elements */
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user