fix(ui): use appropriate cursor type for disabled UI elements (#1184)

This commit is contained in:
TheCatLady
2021-03-15 22:29:42 -04:00
committed by GitHub
parent d71b48ad4e
commit b767a58b01
3 changed files with 14 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ module.exports = {
},
},
variants: {
cursor: ['disabled'],
padding: ['first', 'last', 'responsive'],
borderWidth: ['first', 'last'],
margin: ['first', 'last', 'responsive'],