diff --git a/styleguide.css b/styleguide.css index 262fe6a..e0a8656 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1694,6 +1694,14 @@ section + section { opacity: 1; } + #component-radio-activatable[data-component-state="inactive-selectable"] .sg-radio-activatable-group__choice > span { + opacity: var(--disabled-opacity); + } + + #component-radio-activatable[data-component-state="active"] .sg-radio-activatable-group__choice > span { + opacity: 1; + } + #component-radio-field .sg-checkbox-field-option { display: grid; grid-template-columns: calc(var(--interaction-height) * 6) minmax(0, 1fr);