@@ -640,6 +640,52 @@ input[type="range"][disabled]~.input-helper{
640640cursor : default;
641641}
642642
643+ .input-button-link input [type = "checkbox" ]+ label ,
644+ .input-button-link input [type = "radio" ]+ label ,
645+ .input-button-link input [type = "color" ]+ label {
646+ background-color : transparent;
647+ border : 0 ;
648+ color : rgb (var (--button-link-text ));
649+ }
650+
651+ .input-button-link input [type = "checkbox" ]: hover + label ,
652+ .input-button-link input [type = "checkbox" ]: focus + label ,
653+ .input-button-link input [type = "checkbox" ]: checked + label ,
654+ .input-button-link input [type = "radio" ]: hover + label ,
655+ .input-button-link input [type = "radio" ]: focus + label ,
656+ .input-button-link input [type = "radio" ]: checked + label ,
657+ .input-button-link input [type = "color" ]: hover + label ,
658+ .input-button-link input [type = "color" ]: focus + label ,
659+ .input-button-link input [type = "color" ]: checked + label {
660+ background-color : transparent;
661+ color : rgb (var (--button-link-text-hover-focus ));
662+ }
663+
664+ .input-button-link input [type = "checkbox" ]: active + label ,
665+ .input-button-link input [type = "radio" ]: active + label ,
666+ .input-button-link input [type = "color" ]: active + label {
667+ background-color : transparent;
668+ color : rgb (var (--button-link-text-active ));
669+ }
670+
671+ .input-button-link input [disabled ][type = "checkbox" ]+ label ,
672+ .input-button-link input [disabled ][type = "radio" ]+ label ,
673+ .input-button-link input [disabled ][type = "color" ]+ label {
674+ background-color : transparent;
675+ color : transparent;
676+ pointer-events : none;
677+ }
678+
679+ .input-button-link input [disabled ][type = "checkbox" ]: hover + label ,
680+ .input-button-link input [disabled ][type = "checkbox" ]: focus + label ,
681+ .input-button-link input [disabled ][type = "radio" ]: hover + label ,
682+ .input-button-link input [disabled ][type = "radio" ]: focus + label ,
683+ .input-button-link input [disabled ][type = "color" ]: hover + label ,
684+ .input-button-link input [disabled ][type = "color" ]: focus + label {
685+ background-color : transparent;
686+ color : transparent;
687+ }
688+
643689.input-color-dot input [type = "color" ]{
644690margin : 0 ;
645691position : absolute;
0 commit comments