From 0e1570c0f92e92a5d469954320dc27b965630ae0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 18 Oct 2013 13:34:36 -0400 Subject: [PATCH] Fixes 1pixel jump in tabular menu --- src/collections/menu.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collections/menu.less b/src/collections/menu.less index a44602cf1..de87257e2 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -718,14 +718,14 @@ /* Active */ .ui.tabular.menu .active.item { position: relative; - top: 1px; background-color: #FFFFFF; color: rgba(0, 0, 0, 0.8); border-color: #DCDDDE; - padding-top: 0.83em; + margin-bottom: -1px; + border-bottom: 1px solid #FFFFFF; -webkit-box-shadow: none; -moz-box-shadow: none;