From 66e46f5a0a8ed07894701920ca5a21fbb9de961b Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 24 Aug 2015 18:53:37 -0400 Subject: [PATCH] Add example for attached header, fix issues with attached header given new attached system #2798 --- examples/attached.html | 38 ++++++++++++++++++++++++++++ src/definitions/elements/header.less | 2 -- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/examples/attached.html b/examples/attached.html index 6a88bcf8a..a372151e0 100644 --- a/examples/attached.html +++ b/examples/attached.html @@ -15,6 +15,7 @@ + @@ -218,6 +219,43 @@
+

Header Groups

+ +

+ Top Block Header +

+
+ Segment +
+ +
+ +
+ Segment +
+

+ Bottom Block Header +

+ +
+ +

+ Top Block Header +

+
+ Segment +
+

+ Middle Block Header +

+
+ Segment +
+

+ Bottom Block Header +

+ +

Mixed Attached Content

diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 682ec6298..4fdb8724f 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -667,12 +667,10 @@ a.ui.inverted.grey.header:hover { margin-top: 0em; margin-bottom: 0em; border-top: none; - border-bottom: none; border-radius: 0em; } .ui.top.attached.header { margin-bottom: 0em; - border-bottom: none; border-radius: @attachedBorderRadius @attachedBorderRadius 0em 0em; } .ui.bottom.attached.header {