]> source.dussan.org Git - jquery-ui.git/commitdiff
Menu: Style cleanup
authorMatt Brundage <github@mattbrundage.com>
Fri, 18 Mar 2016 19:41:02 +0000 (15:41 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2016 16:26:12 +0000 (12:26 -0400)
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

index afd933586ff00e890501059e3fb11034635d4233..0f01a0caed63a7bd014fbd3270b7e238908722a7 100644 (file)
@@ -13,7 +13,7 @@
        padding: 0;
        margin: 0;
        display: block;
-       outline: none;
+       outline: 0;
 }
 .ui-menu .ui-menu {
        position: absolute;