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.
Hi @JeffreyDevloo do we know what needs to be done? If so fix between soup and potatoes or will this take too long (+1h)?
This will take much longer. Its a general cleanup of our frontends html