From ca7f32fb35467de9fe5313dd356bc28fa1be49fd Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 15 Feb 2016 15:52:30 -0800 Subject: [PATCH] Fixes #3619 issue with attached message --- RELEASE-NOTES.md | 8 ++++++-- src/definitions/elements/segment.less | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index bc54561675..d6fc6fa61f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,18 +2,22 @@ ### Version 2.1.9 - Feb 15, 2016 - **Bugs** - **Dropdown** - Fixed issue where dropdowns with sub-menus would not properly activate on mobile #3183 - **API** - Fixes bug where `beforeSend` would not correctly cancel request when `return false;` is used in callback. #3660 - **Modal** - Fixes issue where RGB values set for dimmer `background-color` werent being correctly interpreted #3665 **Thanks @larsbo** - **Form** - Fixed use of deprecated `size()` method in `prompt` #3655 **Thanks @SimonArdrey** -**Table** - Fixed issue where `striped selectable` table would not correctly show hover color on striped rows +-**Segment/Message** - Fixed issue where `top attached message` would have no border when attached to `segment` #3619 **Enhancements** -- **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation]() for how to use. #3616 **Thanks @algorithme** +- **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation](http://www.semantic-ui.com/introduction/advanced-usage.html#Auto-Install) for how to use. #3616 **Thanks @algorithme** -**Table** - Added more granular variablaes for controlling style on first column in a `definition table` +**Docs** +-**Form** - Added example of using custom rules with form +-**Build Tools** - Added explanation of using SUI with CI, and auto-install in "recipes" section. +-**Build Tools** - Added explanation of how to build RTL in "recipes" section ### Version 2.1.8 - Jan 7, 2016 diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index a52dcbf2cb..0b0cf6e551 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -695,7 +695,7 @@ box-shadow: @attachedBoxShadow; border: @attachedBorder; } -.ui.attached + .ui.attached.segment:not(.top) { +.ui.attached:not(.message) + .ui.attached.segment:not(.top) { border-top: none; } @@ -724,4 +724,4 @@ margin-bottom: 0em; } -.loadUIOverrides(); \ No newline at end of file +.loadUIOverrides();