-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(toolbar): add the mode to the inverse function for a toolbar
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
- Loading branch information
1 parent
90d4c1d
commit 3ca3027
Showing
4 changed files
with
97 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters