Skip to content

Commit 990d40a

Browse files
authored
Fix highlight on chat thumbs buttons (microsoft#185063)
The parent element used to also have the 'checked' class, now it doesn't, bisecting to figure out what happened Fix microsoft/vscode-copilot-release#242
1 parent 431f72c commit 990d40a

File tree

1 file changed

+2
-2
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
padding: 2px;
8383
}
8484

85-
.interactive-item-container .header .monaco-toolbar .checked .action-label,
86-
.interactive-item-container .header .monaco-toolbar .checked .action-label:hover {
85+
.interactive-item-container .header .monaco-toolbar .checked.action-label,
86+
.interactive-item-container .header .monaco-toolbar .checked.action-label:hover {
8787
color: var(--vscode-inputOption-activeForeground) !important;
8888
border-color: var(--vscode-inputOption-activeBorder);
8989
background-color: var(--vscode-inputOption-activeBackground);

0 commit comments

Comments
 (0)