@geoffcox/sterling-svelte-themes 2.0.17 → 2.0.18

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ https://github.com/GeoffCox/sterling-svelte-themes
22
22
 
23
23
  ## Change Log
24
24
 
25
- ### 2.0.17
25
+ ### 2.0.17 & 2.0.18
26
26
 
27
27
  - Fixed Checkbox and Radio button layout styling to avoid absolute positioning from obscuring mouse events.
28
28
 
@@ -47,6 +47,7 @@
47
47
 
48
48
  .sterling-radio.button label {
49
49
  display: block;
50
+ position: relative; /* important to the label being on top */
50
51
  }
51
52
 
52
53
  .sterling-checkbox.button .indicator {
@@ -47,6 +47,7 @@
47
47
 
48
48
  .sterling-radio.button label {
49
49
  display: block;
50
+ position: relative; /* important to the label being on top */
50
51
  }
51
52
 
52
53
  .sterling-radio.button .indicator {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoffcox/sterling-svelte-themes",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "author": "Geoff Cox",
5
5
  "description": "A modern theme for the sterling-svelte component library.",
6
6
  "license": "MIT",