1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor(UI): round corners to editor autocomplete

This commit is contained in:
2021-06-30 19:43:30 +02:00
parent d868c772b9
commit 7ca69e51ae

View File

@ -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;
}
}
}
}