Files
ionic-framework/core/src/components/back-button/back-button.ios.vars.scss
Brandy Carney 055e12570d fix(button): use correct border-radius on menu & back button (#18501)
- adds hover and focused state to menu button

references #17624
2019-06-10 17:58:04 -04:00

11 lines
345 B
SCSS

@import "../../themes/ionic.globals.ios";
// iOS Back Button
// --------------------------------------------------
/// @prop - Z index of the back button
$back-button-ios-button-z-index: $z-index-toolbar-buttons !default;
/// @prop - Text color of the back button
$back-button-ios-color: ion-color(primary, base) !default;