mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(segment-button): remove border for standalone
this also fixes some sass lint errors
This commit is contained in:
@ -13,7 +13,7 @@ ion-nav {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
background-color: black;
|
||||
background-color: #000;
|
||||
|
||||
contain: layout size style;
|
||||
|
||||
|
@ -19,6 +19,8 @@ ion-segment-button {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
border: 0;
|
||||
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
@ -77,4 +77,4 @@ ion-select {
|
||||
.item-label-stacked .select,
|
||||
.item-label-floating .select {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@
|
||||
color: $base-color !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@
|
||||
color: $base-color !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user