@@ -1866,11 +1866,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
18661866}
18671867
18681868/* Split model picker layout */
1869- .interactive-session . chat-input-toolbar . chat-input-picker-item : has (.model-picker-split ) {
1869+ .chat-input-picker-item : has (.model-picker-split ) {
18701870 overflow : visible;
18711871}
18721872
1873- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split {
1873+ .chat-input-picker-item .action-label .model-picker-split {
18741874 padding : 0 6px ;
18751875 gap : 2px ;
18761876 overflow : visible;
@@ -1898,7 +1898,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
18981898 right : 0 ;
18991899}
19001900
1901- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-section {
1901+ .chat-input-picker-item .action-label .model-picker-split .model-picker-section {
19021902 display : flex;
19031903 align-items : center;
19041904 height : 16px ;
@@ -1911,52 +1911,52 @@ have to be updated for changes to the rules above, or to support more deeply nes
19111911}
19121912
19131913/* Prevent double hover: disable the outer container hover so only individual sections highlight */
1914- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split : hover ,
1915- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split [aria-expanded = "true" ] {
1914+ .chat-input-picker-item .action-label .model-picker-split : hover ,
1915+ .chat-input-picker-item .action-label .model-picker-split [aria-expanded = "true" ] {
19161916 background-color : transparent !important ;
19171917}
19181918
1919- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-section : hover {
1919+ .chat-input-picker-item .action-label .model-picker-split .model-picker-section : hover {
19201920 background-color : var (--vscode-toolbar-hoverBackground );
19211921}
19221922
1923- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-section [aria-expanded = "true" ] {
1923+ .chat-input-picker-item .action-label .model-picker-split .model-picker-section [aria-expanded = "true" ] {
19241924 background-color : var (--vscode-toolbar-hoverBackground );
19251925}
19261926
1927- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-name {
1927+ .chat-input-picker-item .action-label .model-picker-split .model-picker-name {
19281928 min-width : 0 ;
19291929 flex-shrink : 1 ;
19301930 overflow : hidden;
19311931}
19321932
1933- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-name .chat-input-picker-label {
1933+ .chat-input-picker-item .action-label .model-picker-split .model-picker-name .chat-input-picker-label {
19341934 overflow : hidden;
19351935 text-overflow : ellipsis;
19361936}
19371937
1938- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-effort ,
1939- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-tokens {
1938+ .chat-input-picker-item .action-label .model-picker-split .model-picker-effort ,
1939+ .chat-input-picker-item .action-label .model-picker-split .model-picker-tokens {
19401940 flex-shrink : 0 ;
19411941}
19421942
1943- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-section .codicon {
1943+ .chat-input-picker-item .action-label .model-picker-split .model-picker-section .codicon {
19441944 font-size : 12px ;
19451945}
19461946
1947- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .model-picker-section span + .chat-input-picker-label {
1947+ .chat-input-picker-item .action-label .model-picker-split .model-picker-section span + .chat-input-picker-label {
19481948 margin-left : 2px ;
19491949}
19501950
1951- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .disabled .model-picker-section {
1951+ .chat-input-picker-item .action-label .model-picker-split .disabled .model-picker-section {
19521952 cursor : default;
19531953}
19541954
1955- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .disabled .model-picker-section : hover {
1955+ .chat-input-picker-item .action-label .model-picker-split .disabled .model-picker-section : hover {
19561956 background-color : transparent;
19571957}
19581958
1959- .interactive-session . chat-input-toolbar . chat-input-picker-item .action-label .model-picker-split .disabled .codicon {
1959+ .chat-input-picker-item .action-label .model-picker-split .disabled .codicon {
19601960 color : var (--vscode-disabledForeground );
19611961}
19621962
0 commit comments