Browse Source

#2659 fix comments inside modal

pull/2095/merge
jlukic 9 years ago
parent
commit
21139bde54
2 changed files with 2 additions and 1 deletions
  1. 1
      RELEASE-NOTES.md
  2. 2
      src/definitions/modules/modal.less

1
RELEASE-NOTES.md

@ -20,6 +20,7 @@
- **Form** - Form fields will now error when a non-string identifier is used - **Form** - Form fields will now error when a non-string identifier is used
- **Form** - Added `doesntContain` and `doesntContainExactly` # - **Form** - Added `doesntContain` and `doesntContainExactly` #
- **Form** - Fixes errors when a field identifier is named `identifier` #2629 - **Form** - Fixes errors when a field identifier is named `identifier` #2629
- **Modal** - Modal `action` now uses a more specific selector to prevent modifying `comment action`
- **Formatting** - Fixed several source files that had `CR LF` (Windows) line endings #2649 - **Formatting** - Fixed several source files that had `CR LF` (Windows) line endings #2649
- **Sidebar** - `right`, `top`, and `bottom` sidebar will not have their direction removed on `destroy` #2644 - **Sidebar** - `right`, `top`, and `bottom` sidebar will not have their direction removed on `destroy` #2644

2
src/definitions/modules/modal.less

@ -164,7 +164,7 @@
Actions Actions
---------------*/ ---------------*/
.ui.modal .actions {
.ui.modal > .actions {
background: @actionBackground; background: @actionBackground;
padding: @actionPadding; padding: @actionPadding;
border-top: @actionBorder; border-top: @actionBorder;

Loading…
Cancel
Save