@geoffcox/sterling-svelte-themes 2.0.8 → 2.0.9

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,6 +22,10 @@ https://github.com/GeoffCox/sterling-svelte-themes
22
22
 
23
23
  ## Change Log
24
24
 
25
+ ### 2.0.9
26
+
27
+ - Small specificity bug fix in radio button hover style
28
+
25
29
  ### 2.0.8
26
30
 
27
31
  - Added styles for checkbox button variant
@@ -15,7 +15,7 @@
15
15
  border-color: transparent;
16
16
  }
17
17
 
18
- .sterling-radio.button.checked {
18
+ .sterling-radio.button:not(.disabled).checked {
19
19
  background-color: var(--stsv-input__background-color--selected);
20
20
  border-color: transparent;
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoffcox/sterling-svelte-themes",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "author": "Geoff Cox",
5
5
  "description": "A modern theme for the sterling-svelte component library.",
6
6
  "license": "MIT",