@import "../../themes/native/native.globals";
@import "./menu-button.common";

// Menu Button
// --------------------------------------------------

// Menu Button: Disabled
// --------------------------------------------------

:host(.menu-button-disabled) {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

// Menu Button with Color
// --------------------------------------------------

:host(.ion-color) .button-native {
  color: current-color(base);
}
