File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1947,7 +1947,8 @@ have to be updated for changes to the rules above, or to support more deeply nes
1947
1947
box-shadow : none;
1948
1948
}
1949
1949
1950
- .interactive-request .header .header-disabled {
1950
+ .interactive-request .header .header-disabled ,
1951
+ .request-hover .has-no-actions {
1951
1952
display : none !important ;
1952
1953
}
1953
1954
.request-hover {
@@ -1973,14 +1974,14 @@ have to be updated for changes to the rules above, or to support more deeply nes
1973
1974
padding : 3px 3px ;
1974
1975
}
1975
1976
1976
- .request-hover .has-no-actions {
1977
- display : none !important ;
1978
- }
1979
-
1980
1977
.interactive-list > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row {
1981
1978
overflow : visible !important ;
1982
1979
}
1983
1980
1981
+ .interactive-list > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .monaco-list-row .focused .request {
1982
+ outline : none !important ;
1983
+ }
1984
+
1984
1985
div [data-index = "0" ] .monaco-tl-contents {
1985
1986
.interactive-item-container .interactive-request {
1986
1987
padding-top : 19px ;
@@ -1991,7 +1992,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
1991
1992
}
1992
1993
}
1993
1994
1994
-
1995
1995
.interactive-list > .monaco-list : focus > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .focused .request {
1996
1996
outline : none !important ;
1997
1997
You can’t perform that action at this time.
0 commit comments