mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(menu-button): fix sass linting
This commit is contained in:
@ -15,7 +15,7 @@ button {
|
||||
@include font-smoothing();
|
||||
|
||||
display: flex;
|
||||
height: 32px;
|
||||
|
||||
position: relative;
|
||||
|
||||
flex-flow: row nowrap;
|
||||
@ -23,6 +23,8 @@ button {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
height: 32px;
|
||||
|
||||
border: 0;
|
||||
|
||||
outline: none;
|
||||
@ -47,7 +49,8 @@ button {
|
||||
}
|
||||
|
||||
ion-icon {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@include margin(0);
|
||||
@include padding(0);
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user