@officesdk/design 0.1.22 → 0.1.23

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.
@@ -1769,12 +1769,12 @@ var RadioOuter = exports.styled.div`
1769
1769
  if ($disabled) return "";
1770
1770
  const stateConfig = $checked ? theme3.components.radio.checked : theme3.components.radio.unchecked;
1771
1771
  return `
1772
- ${RadioContainer}:hover & {
1772
+ :hover & {
1773
1773
  background: ${stateConfig.backgroundHover};
1774
1774
  border-color: ${stateConfig.borderColorHover};
1775
1775
  }
1776
1776
 
1777
- ${RadioContainer}:active & {
1777
+ :active & {
1778
1778
  border-color: ${stateConfig.borderColorActive};
1779
1779
  }
1780
1780
  `;