mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
'not-allowed' cursor looks very annoying
This commit is contained in:
parent
fb6bca9016
commit
04084d3339
1 changed files with 2 additions and 2 deletions
|
@ -139,10 +139,10 @@
|
|||
outline: 0;
|
||||
}
|
||||
#compose-container .toolbar-button:has([disabled]) {
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
#compose-container .toolbar-button:has([disabled]) > * {
|
||||
filter: opacity(0.3);
|
||||
filter: opacity(0.5);
|
||||
}
|
||||
#compose-container
|
||||
.toolbar-button:not(.show-field)
|
||||
|
|
Loading…
Reference in a new issue