editor: remove gutter background override

This was carried over from the Ace editor, but doesn't work well with
the Monaco editor.

Fixes: https://github.com/pybricks/pybricks-code/issues/472
This commit is contained in:
David Lechner
2021-07-08 15:57:16 -05:00
parent 9ee2d1f102
commit 2ba6d88c49
2 changed files with 2 additions and 10 deletions
+2
View File
@@ -6,6 +6,7 @@
### Changed
- Changed snippet (autocomplete) content and behavior [issue#471].
- Changed gutter background color [issue#472].
### Fixed
- Fixed auto-indent not working [issue#470].
@@ -43,6 +44,7 @@ Prerelease changes are documented at [support#48].
<!-- let's try to keep this list sorted -->
[issue#470]: https://github.com/pybricks/pybricks-code/issues/470
[issue#471]: https://github.com/pybricks/pybricks-code/issues/471
[issue#472]: https://github.com/pybricks/pybricks-code/issues/472
[support#48]: https://github.com/pybricks/support/issues/48
[support#378]: https://github.com/pybricks/support/issues/378
[v3.0.0]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#300---2021-06-08
-10
View File
@@ -5,16 +5,6 @@
@import '../variables.scss';
// make editor match app backgound color
.#{$ns}-dark .margin-view-overlays {
background-color: $pt-dark-app-background-color;
}
.margin-view-overlays {
background-color: $pt-app-background-color;
}
// add "BETA" watermark
.pb-beta .editor-scrollable::after {