Browse Source

Fix inverted popup box shadow issue

pull/1243/head
jlukic 10 years ago
parent
commit
90e05532a5
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.less

2
src/definitions/modules/popup.less

@ -249,7 +249,7 @@
}
.ui.inverted.popup:before {
background-color: @invertedArrowColor;
box-shadow: none;
box-shadow: none !important;
}
/*--------------

Loading…
Cancel
Save