Skip to content

Conversation

RichOren
Copy link
Contributor

$md-icon-button-border-radius value change from 50px to reuse $md-fab-border-radius value of 50%

icon change from check circle to check to fix rtl display
Syncing with upstream
Conflicts:
	src/demo-app/button/button-demo.html
$md-icon-button-border-radius value change from 50px to reuse $md-fab-border-radius value of 50%
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Mar 22, 2016

// Icon Button standards
$md-icon-button-size: 40px !default;
$md-icon-button-border-radius: $md-fab-border-radius;
Copy link
Member

Choose a reason for hiding this comment

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

Good catch. Could you just say 50%, though, rather than re-using the fab variable? Icon buttons aren't round because FABs are round, they just happen to also be round.

@jelbourn
Copy link
Member

@RichOren could you squash your commits into one with the message

fix(button): icon-button border radius is 50%, not 50px

$md-icon-button-border-radius value change from 50px to reuse $md-fab-border-radius value of 50%
@RichOren
Copy link
Contributor Author

Trying to squash my commits into one message but I have never done that and I am looking into it. Sorry.

@jelbourn
Copy link
Member

@RichOren You can use git rebase -i upstream/master (assuming your remote for the upstream repo is actually called upstream)


// Icon Button standards
$md-icon-button-size: 40px !default;
$md-icon-button-border-radius: 50px !default;
Copy link
Member

Choose a reason for hiding this comment

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

Great catch, seems like I unintentionally used px instead of percentage.

@RichOren
Copy link
Contributor Author

Sorry my repository is completely messed up I am going to delete it and start over. If you want to Delete this pull request it is fine.

@jelbourn jelbourn closed this Mar 25, 2016
andrewseguin pushed a commit to andrewseguin/components that referenced this pull request Oct 15, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants