From 21139bde54649fc7ec7870e6cc176d9c3066adf6 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 17 Jul 2015 13:41:08 -0400 Subject: [PATCH] #2659 fix comments inside modal --- RELEASE-NOTES.md | 1 + src/definitions/modules/modal.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 07ef81832..de095e37a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -20,6 +20,7 @@ - **Form** - Form fields will now error when a non-string identifier is used - **Form** - Added `doesntContain` and `doesntContainExactly` # - **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 - **Sidebar** - `right`, `top`, and `bottom` sidebar will not have their direction removed on `destroy` #2644 diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 725f3bdb1..385bcb950 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -164,7 +164,7 @@ Actions ---------------*/ -.ui.modal .actions { +.ui.modal > .actions { background: @actionBackground; padding: @actionPadding; border-top: @actionBorder;