We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffab89e commit bae763fCopy full SHA for bae763f
themes/base/jquery.ui.menu.css
@@ -20,10 +20,11 @@
20
position: absolute;
21
}
22
.ui-menu .ui-menu-item {
23
- margin: 0;
+ border: 1px solid transparent;
24
+ margin: .5em 0;
25
display: block;
- padding: 2px .4em;
26
- line-height: 1.5;
+ padding: .3em 1em;
27
+ line-height: 1.3;
28
min-height: 0; /* support: IE7 */
29
font-weight: normal;
30
/* support: IE10, see #8844 */
@@ -36,17 +37,6 @@
36
37
line-height: 0;
38
border-width: 1px 0 0 0;
39
-.ui-menu .ui-state-focus,
40
-.ui-menu .ui-state-active {
41
- font-weight: normal;
42
- margin: -1px;
43
-}
44
-
45
-.ui-menu .ui-state-disabled {
46
47
- margin: .4em 0 .2em;
48
49
50
.ui-menu .ui-state-disabled a {
51
cursor: default;
52
0 commit comments