Skip to content

Commit 3132203

Browse files
committed
fix(ui): fit chat rewind disabled styles inside the startup CSS budget
1 parent 245efbf commit 3132203

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

ui/src/styles/chat/grouped.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,10 @@
157157
pointer-events: auto;
158158
}
159159

160-
.chat-group:hover .chat-group-footer button:disabled {
160+
.chat-group:hover .chat-group-footer button:disabled,
161+
.chat-reply-context-menu button:disabled {
161162
opacity: 0.3;
162-
cursor: not-allowed;
163+
pointer-events: none;
163164
}
164165

165166
.chat-group-footer button:hover,

ui/src/styles/chat/layout.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,15 +1022,6 @@ openclaw-chat-page {
10221022
outline: none;
10231023
}
10241024

1025-
.chat-reply-context-menu button:disabled {
1026-
opacity: 0.45;
1027-
cursor: not-allowed;
1028-
}
1029-
1030-
.chat-reply-context-menu button:disabled:hover {
1031-
background: none;
1032-
}
1033-
10341025
.chat-reply-context-menu button svg {
10351026
width: 16px;
10361027
height: 16px;

0 commit comments

Comments
 (0)