framework
framework copied to clipboard
Handle cursors better
Problem description
:not(a):not(.disabled):not(.hand) {
cursor: default;
}
The above is currently making our css very messy, it overrules any inheritance of every kind for cursors making a pain to make the HTML a bit more pretty.