Skip to content

Commit

Permalink
fix(cards): remove border when inside of a modal
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferrua committed Jul 26, 2017
1 parent 2f85029 commit f58c355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/components/cards/base/_blame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
}

.slds-card,
.slds-card-wrapper {
.slds-card-wrapper,
.slds-modal {

// Make cards inside cards or card wrappers invisible.
.slds-card,
Expand Down

0 comments on commit f58c355

Please sign in to comment.