Skip to content

Commit 8ab6b89

Browse files
authored
fix(modal): border radius for inner dimmer should inherit from the modal
1 parent bd45cb0 commit 8ab6b89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/definitions/modules/modal.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
border-bottom-right-radius: @borderRadius;
5454
}
5555

56+
.ui.modal > .ui.dimmer {
57+
border-radius: inherit;
58+
}
59+
5660
/*******************************
5761
Content
5862
*******************************/

0 commit comments

Comments
 (0)