@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.
- package/dist/components/cjs/index.js +2 -2
- package/dist/components/cjs/index.js.map +1 -1
- package/dist/components/esm/index.js +2 -2
- package/dist/components/esm/index.js.map +1 -1
- package/dist/theme/cjs/index.js +37 -37
- package/dist/theme/cjs/index.js.map +1 -1
- package/dist/theme/esm/index.js +37 -37
- package/dist/theme/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
1772
|
+
:hover & {
|
|
1773
1773
|
background: ${stateConfig.backgroundHover};
|
|
1774
1774
|
border-color: ${stateConfig.borderColorHover};
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
-
|
|
1777
|
+
:active & {
|
|
1778
1778
|
border-color: ${stateConfig.borderColorActive};
|
|
1779
1779
|
}
|
|
1780
1780
|
`;
|