Skip to content

Commit bd45cb0

Browse files
authored
fix(modal): basic modal header should not have a border
A Modal header has a bottom border. A basic modal instead should not ( the border for actions in basic modals is already removed, and it just looks misplaced, especially when there is noticable background) Using the default dimmer settings the dimmer color is identical to the bottom border, thus invisible. However, when the dimmer has a different shade or is inverted, the border gets visible.
1 parent 66a15cd commit bd45cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/modules/modal.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
}
310310
.ui.basic.modal > .header {
311311
color: @basicModalHeaderColor;
312+
border-bottom: none;
312313
}
313314
.ui.basic.modal > .close {
314315
top: @basicModalCloseTop;

0 commit comments

Comments
 (0)