-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
The default toolbar button color should use the inverse of the background #6364
Milestone
Comments
brandyscarney
added a commit
that referenced
this issue
May 5, 2016
BREAKING CHANGES: `$toolbar-md-button-color` no longer gets passed to the function that sets the contrast color for toolbar buttons, but it can still be used to set the default button color. `$bar-button-md-color` was renamed to `$toolbar-md-button-color` `$bar-button-md-border-radius` was renamed to `$toolbar-md-button-border-radius` references #6364
brandyscarney
added a commit
that referenced
this issue
May 5, 2016
add color to ripple for outline buttons in toolbar references #6364
brandyscarney
added a commit
that referenced
this issue
May 10, 2016
…background BREAKING CHANGES: `$bar-button-wp-color` was renamed to `$toolbar-wp-button-color` `$bar-button-wp-border-radius` was renamed to `$toolbar-wp-button-border-radius` Added `$toolbar-wp-title-text-color` for better control of the title color Removed `$toolbar-wp-button-color` from the default themes references #6364
brandyscarney
added a commit
that referenced
this issue
May 10, 2016
… of the background BREAKING CHANGES: `$bar-button-ios-color` has been renamed to `$toolbar-ios-button-color` `$bar-button-ios-border-radius` has been renamed to `$toolbar-ios-button-border-radius` added variables for the toolbar ios title for easier styling: ``` $toolbar-ios-title-font-weight $toolbar-ios-title-text-align $toolbar-ios-title-text-color ``` references #6364
brandyscarney
added a commit
that referenced
this issue
May 10, 2016
brandyscarney
added a commit
that referenced
this issue
May 10, 2016
Use the mode instead of the sass variable to determine which color the buttons in a toolbar should be based on the background color. Added error messages when anything other than a color is passed and more comments. BREAKING CHANGES: ios mode `$toolbar-ios-button-color` now has a default value of `color-contrast($colors-ios, $toolbar-ios-background, ios)` which will evaluate to the primary color for light background toolbars and white for dark background toolbars. fixes #6364
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now it will use
#424242
even if you set the default background to a dark color.Should be using
color-contrast
The text was updated successfully, but these errors were encountered: