Skip to content

Commit

Permalink
Workaround for jQuery UI Menu glitch on Chrome
Browse files Browse the repository at this point in the history
Thanks Philippe Wittenbergh.
  • Loading branch information
philwareham committed Sep 26, 2017
1 parent 29b931e commit d68d48f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4839,6 +4839,7 @@ button {
position: absolute;
}
.ui-menu .ui-menu-item {
display: block;
margin: 0;
cursor: pointer;
/* 2 */
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions textpattern/admin-themes/hive/assets/css/textpattern.css
Original file line number Diff line number Diff line change
Expand Up @@ -5475,6 +5475,7 @@ button {
position: absolute;
}
.ui-menu .ui-menu-item {
display: block;
margin: 0;
cursor: pointer;
/* 2 */
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5407,6 +5407,7 @@ button {
position: absolute;
}
.ui-menu .ui-menu-item {
display: block;
margin: 0;
cursor: pointer;
/* 2 */
Expand Down

Large diffs are not rendered by default.

0 comments on commit d68d48f

Please sign in to comment.