simp-select 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/style.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simp-select",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "simp-select - this plugin replaces the select",
5
5
  "main": "dist/simpleSelect.js",
6
6
  "types": "dist/simpleSelect.d.ts",
package/src/style.css CHANGED
@@ -483,7 +483,7 @@
483
483
  .SimpleSel__label {
484
484
  position: absolute;
485
485
  top: 50%;
486
- left: var(--simpS_pad_hor);
486
+ left: var(--simpS_label_pad_hor);
487
487
  transform: translateY(-50%);
488
488
  transition: all 0.2s ease;
489
489
  pointer-events: none;