File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
packages/components/src/styles/mixins Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hashicorp/design-system-components " : patch
3+ ---
4+
5+ <!-- START components/button -->
6+ ` Button ` - Removed CSS declaration for pseudo element in disabled state
7+ <!-- END -->
8+
9+ <!-- START components/dropdown -->
10+ ` Dropdown ` - Removed CSS declaration for pseudo element in disabled state
11+ <!-- END -->
12+
13+ <!-- START components/form/file-input -->
14+ ` FileInput ` - Removed CSS declaration for pseudo element in disabled state that led to invalid CSS (ignored by browsers)
15+ <!-- END -->
Original file line number Diff line number Diff line change @@ -84,10 +84,6 @@ $hds-button-size-props: (
8484 border-color : var (--token-color-border-primary );
8585 box-shadow : none ;
8686 cursor : not-allowed ;
87-
88- & ::before {
89- border-color : transparent ;
90- }
9187}
9288
9389@mixin hds-button-state-focus () {
You can’t perform that action at this time.
0 commit comments