From 751391bc0a99650ca7f2a4f743147092a7802512 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 24 Mar 2015 12:31:34 -0400 Subject: [PATCH] #2 menu items inherited the extra padding --- less/topic.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index 53c9d94..f2b844b 100644 --- a/less/topic.less +++ b/less/topic.less @@ -77,10 +77,13 @@ top: 0; font-size: 14px; + > a { + padding: 0.25em; + } + a { color: @gray-light; outline: none; - padding: 0.25em; &[role="menuitem"] { color: @gray-dark;