mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
@ -1,11 +1,10 @@
|
||||
@import "./menu-button";
|
||||
@import "./menu-button.ios.vars";
|
||||
|
||||
// iOS Menu Button
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
--color: #{$menu-button-ios-color};
|
||||
--color: #{ion-color(primary, base)};
|
||||
}
|
||||
|
||||
:host(.activated) {
|
||||
|
@ -1,10 +0,0 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
|
||||
// iOS Menu Button
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Z index of the Menu button
|
||||
$menu-button-ios-button-z-index: $z-index-toolbar-buttons !default;
|
||||
|
||||
/// @prop - Text color of the Menu button
|
||||
$menu-button-ios-color: ion-color(primary, base) !default;
|
@ -1,10 +1,10 @@
|
||||
@import "./menu-button";
|
||||
@import "./menu-button.md.vars";
|
||||
|
||||
// MD Menu Button
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
--color: #{$menu-button-md-color};
|
||||
--color: currentColor;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -1,7 +0,0 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
|
||||
// Material Design Menu Button
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Text color of the Menu button
|
||||
$menu-button-md-color: $toolbar-md-text-color !default;
|
Reference in New Issue
Block a user