@justfixnyc/component-library 0.59.0 → 0.60.1

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,16 +657,18 @@
657
657
  padding: 0.75rem;
658
658
  cursor: pointer;
659
659
  }
660
- .jfcl-select-button__label:hover, .jfcl-select-button__label:active {
660
+ .jfcl-select-button__label:active {
661
661
  border: 2px solid #242323;
662
662
  padding: 0.6875rem;
663
- }
664
- .jfcl-select-button__label:hover {
665
- background-color: #efe9dc;
666
- }
667
- .jfcl-select-button__label:active {
668
663
  background-color: #edf3ff;
669
664
  }
665
+ @media (hover: hover) and (pointer: fine) {
666
+ .jfcl-select-button__label:hover {
667
+ border: 2px solid #242323;
668
+ padding: 0.6875rem;
669
+ background-color: #efe9dc;
670
+ }
671
+ }
670
672
 
671
673
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
672
674
  background-color: #c6d8ff;
@@ -657,16 +657,18 @@
657
657
  padding: 0.75rem;
658
658
  cursor: pointer;
659
659
  }
660
- .jfcl-select-button__label:hover, .jfcl-select-button__label:active {
660
+ .jfcl-select-button__label:active {
661
661
  border: 2px solid #242323;
662
662
  padding: 0.6875rem;
663
- }
664
- .jfcl-select-button__label:hover {
665
- background-color: #efe9dc;
666
- }
667
- .jfcl-select-button__label:active {
668
663
  background-color: #edf3ff;
669
664
  }
665
+ @media (hover: hover) and (pointer: fine) {
666
+ .jfcl-select-button__label:hover {
667
+ border: 2px solid #242323;
668
+ padding: 0.6875rem;
669
+ background-color: #efe9dc;
670
+ }
671
+ }
670
672
 
671
673
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
672
674
  background-color: #c6d8ff;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.59.0",
5
+ "version": "0.60.1",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.es.js",
8
8
  "files": [