Skip to content

Commit

Permalink
fix: argo checkbox (argoproj#18793)
Browse files Browse the repository at this point in the history
Signed-off-by: ymktmk <ymktmk.tt@gmail.com>
  • Loading branch information
ymktmk committed Jun 25, 2024
1 parent 0183aac commit ba0ee5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.argo-checkbox,
.argo-checkbox input,
.argo-checkbox input:focus {
appearance: none;
outline: none !important;
border: none !important;
width: 12px;
Expand Down Expand Up @@ -245,4 +246,4 @@ code {
.noscroll {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}

0 comments on commit ba0ee5d

Please sign in to comment.