From c41b8809663ea96f78e01f35fdf565d26a9800f5 Mon Sep 17 00:00:00 2001 From: Matt Brundage Date: Fri, 18 Mar 2016 15:41:02 -0400 Subject: [PATCH] Menu: Style cleanup Space savings and consistency with other rules in how we specify no outline (namely, .ui-helper-reset and .ui-dialog ). Closes gh-1684 --- themes/base/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base/menu.css b/themes/base/menu.css index afd933586..0f01a0cae 100644 --- a/themes/base/menu.css +++ b/themes/base/menu.css @@ -13,7 +13,7 @@ padding: 0; margin: 0; display: block; - outline: none; + outline: 0; } .ui-menu .ui-menu { position: absolute;