Skip to content

Selectmenu: Fixed selectmenu icon float right #1671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

arschmitz
Copy link
Member

Also removes the icon space as its not needed with a floated icon

Fixes #14914

Also removes the icon space as its not needed with a floated icon

Fixes #14914
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @fnagel, @scottgonzalez and @jzaefferer to be potential reviewers

@scottgonzalez
Copy link
Member

Looks good.

@@ -119,15 +119,12 @@ return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
this._addClass( this.button, "ui-selectmenu-button ui-selectmenu-button-closed",
"ui-button ui-widget" );

icon = $( "<span>" ).prependTo( this.button );
space = $( "<span> </span>" );
this._addClass( space, "ui-selectmenu-icon-space" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this class isn't used anymore. Can you also do a PR for https://github.com/jquery/api.jqueryui.com/blob/1-12/entries/selectmenu.xml#L44 ?

@arschmitz arschmitz closed this in 20466d5 Feb 24, 2016
arschmitz added a commit to jquery/api.jqueryui.com that referenced this pull request Mar 9, 2016
jzaefferer pushed a commit to jquery/api.jqueryui.com that referenced this pull request Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants