diff options
author | Matt Brundage <github@mattbrundage.com> | 2016-03-18 15:41:02 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-03-23 12:26:12 -0400 |
commit | c41b8809663ea96f78e01f35fdf565d26a9800f5 (patch) | |
tree | 80e42b4491b72f7fe8da1d1ce9706849eac1ef41 /themes | |
parent | 7a0eff4a80bbe3f0673918b6fb09de63ef725ca7 (diff) | |
download | jquery-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.css | 2 |
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; |