From 1013cf512d64aaafa8c27e11e410c4dcbdac54f1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 2 Oct 2014 19:43:56 -0400 Subject: [PATCH] Fix attached/block inheritance. Now works together well --- src/definitions/elements/header.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 645348c82..9c8b6522c 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -478,18 +478,19 @@ a.ui.inverted.yellow.header:hover { padding: @attachedVerticalPadding @attachedHorizontalPadding; margin-left: @attachedOffset; margin-right: @attachedOffset; -} -.ui.attached.header, -.ui.attached.block.header { box-shadow: @attachedBoxShadow; border: @attachedBorder; } +.ui.attached.block.header { + background: @blockBackground; +} .ui.attached:not(.top):not(.bottom).header { margin-top: 0em; margin-bottom: 0em; border-top: none; border-bottom: none; + border-radius: 0em; } .ui.top.attached.header { margin-bottom: 0em;