File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66
66
}
67
67
68
68
.monaco-list-row : not (.focused ) .interactive-item-container : not (: hover ) .header .monaco-toolbar ,
69
- .monaco-list-row : not (.focused ) .interactive-item-container : not (: hover ) .header .monaco-toolbar .action-label {
69
+ .monaco-list : not (: focus-within ) .monaco-list-row .interactive-item-container : not (: hover ) .header .monaco-toolbar ,
70
+ .monaco-list-row : not (.focused ) .interactive-item-container : not (: hover ) .header .monaco-toolbar .action-label ,
71
+ .monaco-list : not (: focus-within ) .monaco-list-row .interactive-item-container : not (: hover ) .header .monaco-toolbar .action-label {
70
72
/* Also apply this rule to the .action-label directly to work around a strange issue- when the
71
73
toolbar is hidden without that second rule, tabbing from the list container into a list item doesn't work
72
74
and the tab key doesn't do anything. */
You can’t perform that action at this time.
0 commit comments