Skip to content

Commit

Permalink
fix(modal): border radius for inner dimmer should inherit from the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored Jan 25, 2020
1 parent bd45cb0 commit 8ab6b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/definitions/modules/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
border-bottom-right-radius: @borderRadius;
}

.ui.modal > .ui.dimmer {
border-radius: inherit;
}

/*******************************
Content
*******************************/
Expand Down

0 comments on commit 8ab6b89

Please sign in to comment.