fix(ui): make yaml editor outline button opaque (#25748)

Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
Jaewoo Choi
2026-01-31 03:30:29 +09:00
committed by GitHub
parent 989fa6fecd
commit c9a5a7e62c

View File

@@ -1,3 +1,5 @@
@import 'node_modules/argo-ui/src/styles/theme';
.yaml-editor {
position: relative;
@@ -14,5 +16,11 @@
right: 1em;
top: 1em;
z-index: 1;
.argo-button--base-o {
@include themify($themes) {
background-color: themed('background-2');
}
}
}
}