Skip to content

Commit cddd30c

Browse files
authored
Remove :root css variables in notebook find. (microsoft#165534)
1 parent a1f9c67 commit cddd30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ export abstract class SimpleFindReplaceWidget extends Widget {
765765
// theming
766766
registerThemingParticipant((theme, collector) => {
767767
collector.addRule(`
768-
:root {
768+
.notebook-editor {
769769
--notebook-find-width: ${NOTEBOOK_FIND_WIDGET_INITIAL_WIDTH}px;
770770
--notebook-find-horizontal-padding: ${NOTEBOOK_FIND_WIDGET_INITIAL_HORIZONTAL_PADDING}px;
771771
}

0 commit comments

Comments
 (0)