mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +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;
|
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)
|
||||||
|
|
Loading…
Reference in a new issue