@justfixnyc/component-library 0.60.1 → 0.60.2
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.
|
@@ -657,11 +657,6 @@
|
|
|
657
657
|
padding: 0.75rem;
|
|
658
658
|
cursor: pointer;
|
|
659
659
|
}
|
|
660
|
-
.jfcl-select-button__label:active {
|
|
661
|
-
border: 2px solid #242323;
|
|
662
|
-
padding: 0.6875rem;
|
|
663
|
-
background-color: #edf3ff;
|
|
664
|
-
}
|
|
665
660
|
@media (hover: hover) and (pointer: fine) {
|
|
666
661
|
.jfcl-select-button__label:hover {
|
|
667
662
|
border: 2px solid #242323;
|
|
@@ -669,6 +664,11 @@
|
|
|
669
664
|
background-color: #efe9dc;
|
|
670
665
|
}
|
|
671
666
|
}
|
|
667
|
+
.jfcl-select-button__label:active {
|
|
668
|
+
border: 2px solid #242323;
|
|
669
|
+
padding: 0.6875rem;
|
|
670
|
+
background-color: #edf3ff;
|
|
671
|
+
}
|
|
672
672
|
|
|
673
673
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|
|
674
674
|
background-color: #c6d8ff;
|
|
@@ -657,11 +657,6 @@
|
|
|
657
657
|
padding: 0.75rem;
|
|
658
658
|
cursor: pointer;
|
|
659
659
|
}
|
|
660
|
-
.jfcl-select-button__label:active {
|
|
661
|
-
border: 2px solid #242323;
|
|
662
|
-
padding: 0.6875rem;
|
|
663
|
-
background-color: #edf3ff;
|
|
664
|
-
}
|
|
665
660
|
@media (hover: hover) and (pointer: fine) {
|
|
666
661
|
.jfcl-select-button__label:hover {
|
|
667
662
|
border: 2px solid #242323;
|
|
@@ -669,6 +664,11 @@
|
|
|
669
664
|
background-color: #efe9dc;
|
|
670
665
|
}
|
|
671
666
|
}
|
|
667
|
+
.jfcl-select-button__label:active {
|
|
668
|
+
border: 2px solid #242323;
|
|
669
|
+
padding: 0.6875rem;
|
|
670
|
+
background-color: #edf3ff;
|
|
671
|
+
}
|
|
672
672
|
|
|
673
673
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|
|
674
674
|
background-color: #c6d8ff;
|