mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix: argo checkbox (#18793)
Signed-off-by: ymktmk <ymktmk.tt@gmail.com>
This commit is contained in:
parent
0183aac005
commit
ba0ee5d01f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
.argo-checkbox,
|
||||
.argo-checkbox input,
|
||||
.argo-checkbox input:focus {
|
||||
appearance: none;
|
||||
outline: none !important;
|
||||
border: none !important;
|
||||
width: 12px;
|
||||
|
|
@ -245,4 +246,4 @@ code {
|
|||
.noscroll {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue