mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
:host(:last-of-type) .segment-button-native {
|
||||
@include border-radius(0, var(--border-radius),var(--border-radius), 0);
|
||||
@include border-radius(0, var(--border-radius), var(--border-radius), 0);
|
||||
|
||||
--padding-start: 0;
|
||||
}
|
||||
@ -34,37 +34,39 @@
|
||||
@include margin(var(--margin-top), var(--margin-end), var(--margin-bottom), var(--margin-start));
|
||||
@include padding(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
|
||||
|
||||
text-align: center;
|
||||
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
text-transform: inherit;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
font-kerning: none;
|
||||
user-select: none;
|
||||
contain: content;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border-width: var(--border-width);
|
||||
border-style: var(--border-style);
|
||||
border-color: var(--border-color);
|
||||
transition: var(--transition);
|
||||
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: inherit;
|
||||
white-space: nowrap;
|
||||
|
||||
color: inherit;
|
||||
background: var(--background);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transition: var(--transition);
|
||||
|
||||
contain: content;
|
||||
user-select: none;
|
||||
font-kerning: none;
|
||||
|
||||
text-align: center;
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
Reference in New Issue
Block a user