Skip to content
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

style(_button-base.scss): $md-icon-button-border-radius value change #223

Closed
wants to merge 6 commits into from
Closed

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
@@ -26,6 +21,12 @@ $md-fab-padding: 16px !default;
$md-mini-fab-size: 40px !default;
$md-mini-fab-padding: 8px !default;

// 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)

@@ -13,11 +13,6 @@ $md-button-margin: 0 !default;
$md-button-line-height: 36px !default;
$md-button-border-radius: 3px !default;

// 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.

None yet

4 participants