fix: argo checkbox (#18793)

Signed-off-by: ymktmk <ymktmk.tt@gmail.com>
This commit is contained in:
ymktmk 2024-06-26 02:24:22 +09:00 committed by GitHub
parent 0183aac005
commit ba0ee5d01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 */
}
}