Skip to content

Commit

Permalink
Remove redundant styling
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Mar 15, 2024
1 parent 5976821 commit ef990e0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/nimble-components/src/toggle-button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ export const styles = css`
color: ${buttonAccentOutlineFontColor};
}
}
@layer active {
:host([appearance-variant='accent'])
.control:active
[part='start'],
:host([appearance-variant='accent'])
.control:active
[part='end'] {
${iconColor.cssCustomProperty}: ${buttonAccentOutlineFontColor};
}
}
`
)
);

0 comments on commit ef990e0

Please sign in to comment.