fix(menu-button): get proper styles when used inside ion-buttons

This commit is contained in:
Manu Mtz.-Almeida
2018-07-24 01:56:52 +02:00
parent f6c8f3f993
commit 811eee70f8
20 changed files with 118 additions and 140 deletions

View File

@ -5,6 +5,8 @@
:host {
pointer-events: all;
color: #{current-color(base)};
}
button {
@ -13,6 +15,7 @@ button {
@include font-smoothing();
display: flex;
height: 32px;
position: relative;
flex-flow: row nowrap;
@ -42,3 +45,9 @@ button {
font-kerning: none;
appearance: none;
}
ion-icon {
padding: 0;
margin: 0;
pointer-events: none;
}