mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user