mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Merge branch 'master' into alpha38
Conflicts: ionic/components/popup/popup.ts
This commit is contained in:
@ -57,11 +57,13 @@ ion-segment {
|
||||
|
||||
&:first-of-type {
|
||||
border-radius: $button-border-radius 0px 0px $button-border-radius;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-right-width: 1px;
|
||||
border-radius: 0px $button-border-radius $button-border-radius 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user