Skip to content

Commit 43f7e60

Browse files
authored
force no border on request monaco list row (microsoft#250777)
1 parent 0264176 commit 43f7e60

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,8 @@ have to be updated for changes to the rules above, or to support more deeply nes
19471947
box-shadow: none;
19481948
}
19491949

1950-
.interactive-request .header.header-disabled {
1950+
.interactive-request .header.header-disabled,
1951+
.request-hover.has-no-actions {
19511952
display: none !important;
19521953
}
19531954
.request-hover {
@@ -1973,14 +1974,14 @@ have to be updated for changes to the rules above, or to support more deeply nes
19731974
padding: 3px 3px;
19741975
}
19751976

1976-
.request-hover.has-no-actions {
1977-
display: none !important;
1978-
}
1979-
19801977
.interactive-list > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row {
19811978
overflow: visible !important;
19821979
}
19831980

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+
19841985
div[data-index="0"] .monaco-tl-contents {
19851986
.interactive-item-container.interactive-request {
19861987
padding-top: 19px;
@@ -1991,7 +1992,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
19911992
}
19921993
}
19931994

1994-
19951995
.interactive-list > .monaco-list:focus > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row.focused.request {
19961996
outline: none !important;
19971997

0 commit comments

Comments
 (0)