'not-allowed' cursor looks very annoying

This commit is contained in:
Lim Chee Aun 2022-12-13 22:34:23 +08:00
parent fb6bca9016
commit 04084d3339

View file

@ -139,10 +139,10 @@
outline: 0; outline: 0;
} }
#compose-container .toolbar-button:has([disabled]) { #compose-container .toolbar-button:has([disabled]) {
cursor: not-allowed; pointer-events: none;
} }
#compose-container .toolbar-button:has([disabled]) > * { #compose-container .toolbar-button:has([disabled]) > * {
filter: opacity(0.3); filter: opacity(0.5);
} }
#compose-container #compose-container
.toolbar-button:not(.show-field) .toolbar-button:not(.show-field)