@sc-360-v2/storefront-cms-library 0.5.55 → 0.5.58

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.
@@ -146,9 +146,9 @@
146
146
  var(--_ctm-tab-dn-dt-se-in-c1, var(--_ctm-dn-dt-se-in-c1))
147
147
  );
148
148
  // Overrides the stroke-width presentation attribute baked into the icon markup.
149
- // `--_sf-hr-se-wh` is published by the :hover block so the hover state can carry
150
- // its own width; it is unset otherwise and the default state's value applies.
151
- stroke-width: var(--_sf-hr-se-wh, prepareMediaVariable(--_ctm-dn-dt-se-se-wh, 1));
149
+ // Stroke width is authored on the default state only the :hover block leaves
150
+ // it alone, so this declaration keeps applying while hovered.
151
+ stroke-width: prepareMediaVariable(--_ctm-dn-dt-se-se-wh, 1.25);
152
152
  }
153
153
  }
154
154
 
@@ -195,7 +195,6 @@
195
195
  --_ctm-mob-dn-hr-se-ue,
196
196
  var(--_ctm-tab-dn-hr-se-ue, var(--_ctm-dn-hr-se-ue))
197
197
  );
198
- --_sf-hr-se-wh: prepareMediaVariable(--_ctm-dn-hr-se-se-wh, 1);
199
198
 
200
199
  background-color: var(
201
200
  --_ctm-mob-dn-hr-se-bd-cr,