mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +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%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
background-color: black;
|
background-color: #000;
|
||||||
|
|
||||||
contain: layout size style;
|
contain: layout size style;
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ ion-segment-button {
|
|||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
border: 0;
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -77,4 +77,4 @@ ion-select {
|
|||||||
.item-label-stacked .select,
|
.item-label-stacked .select,
|
||||||
.item-label-floating .select {
|
.item-label-floating .select {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
color: $base-color !important;
|
color: $base-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
color: $base-color !important;
|
color: $base-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user