Skip to content

Commit 67df9e5

Browse files
Remove no longer used styles for validated toggle group
1 parent 1bc2ec0 commit 67df9e5

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
@@ -34,11 +34,6 @@
3434
border-color: $alert-red;
3535
}
3636

37-
// For ToggleGroupControl
38-
&:has(input[type="radio"]:invalid[data-validity-visible]) {
39-
--wp-components-color-accent: #{$alert-red};
40-
}
41-
4237
// For FormTokenField
4338
&:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded="true"])) {
4439
--wp-admin-theme-color: #{$alert-red};

0 commit comments

Comments
 (0)