mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
fix(ui): make yaml editor outline button opaque (#25748)
Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user