feat(menu-button): add variables for hover and focused states (#18434)

references #18279
This commit is contained in:
Brandy Carney
2019-05-31 11:31:34 -04:00
committed by GitHub
parent c8104a29ec
commit 5ba0aa9aac
9 changed files with 204 additions and 16 deletions

View File

@ -31,7 +31,8 @@
--color: initial;
--color-activated: initial;
--color-focused: initial;
--background-focused: #{current-color(contrast, .1)};
--background-hover: #{current-color(contrast, .08)};
--background-focused: #{current-color(contrast, .24)};
}
:host-context(.ion-color)::slotted(*) .button-solid {