Browse Source

#1698 Remove basic modal border radius

pull/1729/head
jlukic 9 years ago
parent
commit
ecc121fc1f
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/modal.less

1
src/definitions/modules/modal.less

@ -265,6 +265,7 @@
.ui.basic.modal {
background-color: transparent;
border: none;
border-radius: 0em;
box-shadow: 0px 0px 0px 0px;
color: @basicModalColor;
}

Loading…
Cancel
Save