From 49a8ea9d7222a7846ae685362aa6282d090a5bba Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sat, 19 Dec 2015 15:46:46 -0500 Subject: [PATCH] Fix attached segment to tabular menu --- RELEASE-NOTES.md | 2 ++ src/definitions/collections/menu.less | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b968a0a65..3ddea18e1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,6 +11,8 @@ -**Build Tools** - CSS build will now correctly call callback after both packaged files are created (compressed and uncompressed) Thanks @youngjay #3405 -**Flag** - A flag with no country set will no longer display an incorrect country flag. Thanks @space-alien #3333 -**Form** - Fixed issue where text would turn transparent inside a `loading form` #3122 +-**Menu** - Fixed `1px` offset when `attached segment` follows `tabular menu` (max of 2 consecutive segments) #3479 +-**Header** - `sub header` used inside a header now correctly forces `block` styling #3020 -**Popup** - Fixed `is visible`, `is animating`, and `is fluid` to always return `true/false` and not the DOM element. #2781 -**Popup** - Fixed issue with `onEnable` callback being defined with name `onEnabled` and `onDisable` with `onDisabled` in default settings, causing an error. To preserve backwards compatibility, the mispelled callback name has been left, but the bug has been fixed. #3148 -**Search** - Search now correctly hides menu when an error message inside results is clicked. #3039 diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index a5dfc786c..a9538b124 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -636,7 +636,8 @@ Floated Menu / Item } /* Coupling with segment for attachment */ -.ui.tabular.menu + .bottom.attached.segment { +.ui.tabular.menu + .attached:not(.top).segment, +.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment { border-top: none; margin: 0px; width: 100%;