diff --git a/news/2 Fixes/8424.md b/news/2 Fixes/8424.md new file mode 100644 index 000000000000..735307663e6d --- /dev/null +++ b/news/2 Fixes/8424.md @@ -0,0 +1 @@ +Export to python button is blue in native editor. \ No newline at end of file diff --git a/src/datascience-ui/native-editor/nativeEditor.less b/src/datascience-ui/native-editor/nativeEditor.less index 7e79ace7ecfa..99e06d5e711f 100644 --- a/src/datascience-ui/native-editor/nativeEditor.less +++ b/src/datascience-ui/native-editor/nativeEditor.less @@ -301,15 +301,6 @@ color: var(--override-foreground, var(--vscode-editor-foreground)); } -.save-button { - background: var(--vscode-button-background); - color: var(--vscode-button-foreground); - padding: 2px; - border: none; - cursor: pointer; - margin:2px 4px; -} - .native-button { margin-top: 3px; } diff --git a/src/datascience-ui/native-editor/nativeEditor.tsx b/src/datascience-ui/native-editor/nativeEditor.tsx index c86362942562..804382da9c1d 100644 --- a/src/datascience-ui/native-editor/nativeEditor.tsx +++ b/src/datascience-ui/native-editor/nativeEditor.tsx @@ -249,7 +249,7 @@ export class NativeEditor extends React.Component - +