mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/12155] Keep the selection method consistent with the one below it.
PHPBB3-12155
This commit is contained in:
parent
c521fc2a4e
commit
c0c42dec24
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ function parse_document(container)
|
|||
menu.find('.inputbox').parents('li:first').css('white-space', 'normal');
|
||||
|
||||
if ($this.hasClass('post-buttons')) {
|
||||
menu.find('.button').removeClass('button icon-button');
|
||||
$('.button', menu).removeClass('button icon-button');
|
||||
$('.responsive-menu-link', item).addClass('button icon-button').prepend('<span></span>');
|
||||
}
|
||||
copied = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue