@justfixnyc/component-library 0.54.2 → 0.54.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -649,20 +649,32 @@
|
|
|
649
649
|
flex-grow: 1;
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
border-radius: 6px;
|
|
652
|
-
border: 1px solid #
|
|
652
|
+
border: 1px solid #c5ccd1;
|
|
653
653
|
background: #faf8f4;
|
|
654
654
|
padding: 0.75rem;
|
|
655
655
|
cursor: pointer;
|
|
656
656
|
}
|
|
657
|
-
.jfcl-select-button__label:hover {
|
|
657
|
+
.jfcl-select-button__label:hover, .jfcl-select-button__label:active {
|
|
658
658
|
border: 2px solid #242323;
|
|
659
659
|
padding: 0.6875rem;
|
|
660
660
|
}
|
|
661
|
+
.jfcl-select-button__label:hover {
|
|
662
|
+
background-color: #ffffff;
|
|
663
|
+
}
|
|
664
|
+
.jfcl-select-button__label:active {
|
|
665
|
+
background-color: #ebece8;
|
|
666
|
+
}
|
|
661
667
|
|
|
662
668
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|
|
663
669
|
background-color: #c6d8ff;
|
|
664
670
|
border-color: #242323;
|
|
665
671
|
}
|
|
672
|
+
.jfcl-select-button__input:checked + .jfcl-select-button__label:hover {
|
|
673
|
+
background-color: #9fbdff;
|
|
674
|
+
}
|
|
675
|
+
.jfcl-select-button__input:checked + .jfcl-select-button__label:active {
|
|
676
|
+
background-color: #edf3ff;
|
|
677
|
+
}
|
|
666
678
|
|
|
667
679
|
.jfcl-select-button__input:focus-visible + .jfcl-select-button__label {
|
|
668
680
|
outline: 2px solid #5188ff;
|
|
@@ -649,20 +649,32 @@
|
|
|
649
649
|
flex-grow: 1;
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
border-radius: 6px;
|
|
652
|
-
border: 1px solid #
|
|
652
|
+
border: 1px solid #c5ccd1;
|
|
653
653
|
background: #faf8f4;
|
|
654
654
|
padding: 0.75rem;
|
|
655
655
|
cursor: pointer;
|
|
656
656
|
}
|
|
657
|
-
.jfcl-select-button__label:hover {
|
|
657
|
+
.jfcl-select-button__label:hover, .jfcl-select-button__label:active {
|
|
658
658
|
border: 2px solid #242323;
|
|
659
659
|
padding: 0.6875rem;
|
|
660
660
|
}
|
|
661
|
+
.jfcl-select-button__label:hover {
|
|
662
|
+
background-color: #ffffff;
|
|
663
|
+
}
|
|
664
|
+
.jfcl-select-button__label:active {
|
|
665
|
+
background-color: #ebece8;
|
|
666
|
+
}
|
|
661
667
|
|
|
662
668
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|
|
663
669
|
background-color: #c6d8ff;
|
|
664
670
|
border-color: #242323;
|
|
665
671
|
}
|
|
672
|
+
.jfcl-select-button__input:checked + .jfcl-select-button__label:hover {
|
|
673
|
+
background-color: #9fbdff;
|
|
674
|
+
}
|
|
675
|
+
.jfcl-select-button__input:checked + .jfcl-select-button__label:active {
|
|
676
|
+
background-color: #edf3ff;
|
|
677
|
+
}
|
|
666
678
|
|
|
667
679
|
.jfcl-select-button__input:focus-visible + .jfcl-select-button__label {
|
|
668
680
|
outline: 2px solid #5188ff;
|