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;
|
||||||
|
Reference in New Issue
Block a user