From 60e6d35d5e20991acd7c636cfbea72ccc245d980 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 15 Jun 2015 15:56:43 -0400 Subject: [PATCH] Remove border on fixed menu --- src/definitions/collections/menu.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 8412ef074..b25e5b074 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -1625,7 +1625,13 @@ Floated Menu / Item right: auto; bottom: auto; } +.ui[class*="top fixed"].menu { + border-left: none; + border-right: none; +} .ui[class*="right fixed"].menu { + border-top: none; + border-bottom: none; border-right: none; top: 0px; right: 0px; @@ -1636,12 +1642,16 @@ Floated Menu / Item } .ui[class*="bottom fixed"].menu { border-bottom: none; + border-left: none; + border-right: none; bottom: 0px; left: 0px; top: auto; right: auto; } .ui[class*="left fixed"].menu { + border-top: none; + border-bottom: none; border-left: none; top: 0px; left: 0px;