aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorMatt Brundage <github@mattbrundage.com>2016-03-18 15:41:02 -0400
committerScott González <scott.gonzalez@gmail.com>2016-03-23 12:26:12 -0400
commitc41b8809663ea96f78e01f35fdf565d26a9800f5 (patch)
tree80e42b4491b72f7fe8da1d1ce9706849eac1ef41 /themes
parent7a0eff4a80bbe3f0673918b6fb09de63ef725ca7 (diff)
downloadjquery-ui-c41b8809663ea96f78e01f35fdf565d26a9800f5.tar.gz
jquery-ui-c41b8809663ea96f78e01f35fdf565d26a9800f5.zip
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
Diffstat (limited to 'themes')
-rw-r--r--themes/base/menu.css2
1 files changed, 1 insertions, 1 deletions
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;