diff --git a/build/ci/templates/globals.yml b/build/ci/templates/globals.yml index b12fbcc4909b..0faae1292437 100644 --- a/build/ci/templates/globals.yml +++ b/build/ci/templates/globals.yml @@ -1,5 +1,5 @@ variables: - PythonVersion: '3.7.4' # Always use latest version. + PythonVersion: '3.7.5' # Always use latest version. NodeVersion: '10.11.0' # Check version of node used in VS Code. NpmVersion: '6.10.3' MOCHA_FILE: '$(Build.ArtifactStagingDirectory)/test-junit.xml' # All test files will write their JUnit xml output to this file, clobbering the last time it was written. diff --git a/build/ci/templates/jobs/uitest.yml b/build/ci/templates/jobs/uitest.yml index 1d03bddcfafb..d6fd40ee2fe5 100644 --- a/build/ci/templates/jobs/uitest.yml +++ b/build/ci/templates/jobs/uitest.yml @@ -95,7 +95,7 @@ parameters: # All scenarios tagged with `@noNeedToTestInAllPython`, will run in the latest version of Python. # When using other versions of Python, ignore `@noNeedToTestInAllPython`. { - "version": "3.7.4", + "version": "3.7.5", "displayName": "37", "excludeTags": "not @python3.6 and not @python3.5 and not @python2" }, diff --git a/src/datascience-ui/native-editor/nativeEditor.less b/src/datascience-ui/native-editor/nativeEditor.less index 23b669d21077..af4cd3899bd3 100644 --- a/src/datascience-ui/native-editor/nativeEditor.less +++ b/src/datascience-ui/native-editor/nativeEditor.less @@ -25,24 +25,17 @@ } .cell-wrapper { - margin: 1px 2px; - border-color: transparent; - border-style: solid; - border-width: 2px 2px 0px 20px; + margin: 2px 2px 0px 0px; position: relative; min-height: 55px; } .cell-wrapper-focused { - border-color: transparent; - border-style: solid; - border-width: 2px 2px 0px 20px; + margin: 2px 2px 0px 0px; } .cell-wrapper-selected { - border-color: transparent; - border-style: solid; - border-width: 2px 2px 0px 20px; + margin: 2px 2px 0px 0px; } .cell-menu-bar-outer {