Skip to content

Commit 8a6ec2e

Browse files
Remove no longer used styles for validated toggle group
1 parent cd1390c commit 8a6ec2e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • packages/components/src/validated-form-controls

packages/components/src/validated-form-controls/style.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
border-color: $alert-red;
2828
}
2929

30-
// For ToggleGroupControl
31-
&:has(input[type="radio"]:invalid[data-validity-visible]) {
32-
--wp-components-color-accent: #{$alert-red};
33-
}
34-
3530
// For ContentEditableControl
3631
&:has(input:invalid[data-validity-visible])
3732
.components-validated-control__content-editable [role="textbox"] {

0 commit comments

Comments
 (0)