Skip to content

Commit

Permalink
fix(dropdown): adds missing disabled border styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Feb 22, 2024
1 parent 9d9725b commit 871582b
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 871582b

Please sign in to comment.