We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dba9df commit ecd17cdCopy full SHA for ecd17cd
war/src/main/less/modules/form.less
@@ -434,6 +434,17 @@
434
&:checked + label:after {
435
transform: scale(1)!important;
436
}
437
+
438
+ &:disabled {
439
+ & + label {
440
+ cursor: default;
441
+ pointer-events: none;
442
443
+ &::before {
444
+ opacity: 0.3 !important;
445
+ }
446
447
448
449
450
.jenkins-checkbox label {
@@ -491,6 +502,12 @@
491
502
box-shadow: 0 0 0 5px var(--focus-input-glow);
492
503
493
504
505
506
+ &:empty {
507
508
+ margin-right: 0;
509
510
494
511
495
512
496
513
.jenkins-checkbox__description {
0 commit comments