We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245efbf commit 3132203Copy full SHA for 3132203
2 files changed
ui/src/styles/chat/grouped.css
@@ -157,9 +157,10 @@
157
pointer-events: auto;
158
}
159
160
-.chat-group:hover .chat-group-footer button:disabled {
+.chat-group:hover .chat-group-footer button:disabled,
161
+.chat-reply-context-menu button:disabled {
162
opacity: 0.3;
- cursor: not-allowed;
163
+ pointer-events: none;
164
165
166
.chat-group-footer button:hover,
ui/src/styles/chat/layout.css
@@ -1022,15 +1022,6 @@ openclaw-chat-page {
1022
outline: none;
1023
1024
1025
-.chat-reply-context-menu button:disabled {
1026
- opacity: 0.45;
1027
1028
-}
1029
-
1030
-.chat-reply-context-menu button:disabled:hover {
1031
- background: none;
1032
1033
1034
.chat-reply-context-menu button svg {
1035
width: 16px;
1036
height: 16px;
0 commit comments