diff --git a/src/renderer/scss/main.scss b/src/renderer/scss/main.scss index cc7b8f02..ebfe65bf 100644 --- a/src/renderer/scss/main.scss +++ b/src/renderer/scss/main.scss @@ -258,3 +258,17 @@ body { } } } + +// Ace Editor +.ace_editor { + &.ace_autocomplete { + border-radius: $border-radius; + + .ace_marker-layer { + .ace_active-line, + .ace_line-hover { + border-radius: $border-radius; + } + } + } +}