File tree Expand file tree Collapse file tree
com.microsoft.copilot.eclipse.ui/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 background-color : # 26282B ;
138138}
139139
140- /* List Items: default state (chat history, popup menus) */
140+ /* Chat history list items - dark theme */
141141# chat-history-viewer Composite .chat-history-item ,
142- # chat-history-viewer Composite .chat-history-item * ,
142+ # chat-history-viewer Composite .chat-history-item * {
143+ color : # D3D2D2 ; /* default/hover exit foreground */
144+ background-color : # 1E1F22 ;/* default/hover exit background */
145+ }
146+
147+ /* Dropdown popup default state */
143148# dropdown-popup ,
144149# dropdown-popup * {
145150 color : # D3D2D2 ; /* default/hover exit foreground */
Original file line number Diff line number Diff line change 137137 background-color : # EFEFEE ;
138138}
139139
140- /* List Items: default state (chat history, popup menus) */
140+ /* Chat history list items - light theme */
141141# chat-history-viewer Composite .chat-history-item ,
142- # chat-history-viewer Composite .chat-history-item * ,
142+ # chat-history-viewer Composite .chat-history-item * {
143+ color : # 000000 ; /* default/hover exit foreground */
144+ background-color : # F8F8F8 ;/* default/hover exit background */
145+ }
146+
147+ /* Dropdown popup default state */
143148# dropdown-popup ,
144149# dropdown-popup * {
145150 color : # 000000 ; /* default/hover exit foreground */
You can’t perform that action at this time.
0 commit comments