Skip to content

Commit

Permalink
Merge pull request #1864 from Kajabi/fix/DSS-534_pl-select-dropdown-d…
Browse files Browse the repository at this point in the history
…isabled-border

fix(dropdown): adds missing disabled border styles
  • Loading branch information
pixelflips authored Feb 23, 2024
2 parents 9d9725b + 871582b commit a412847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sage-assets/lib/stylesheets/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ $-btn-loading-min-height: rem(36px);
&:hover {
box-shadow: sage-border-interactive(hover);
}
&:disabled {
box-shadow: sage-border-interactive(disabled);
}
}

.sage-expandable-card--align-arrow-right &.sage-expandable-card__trigger {
Expand Down

0 comments on commit a412847

Please sign in to comment.