mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -50,7 +50,6 @@
|
||||
--background: #{$fab-ios-list-button-translucent-background-color};
|
||||
}
|
||||
|
||||
|
||||
// .fab-translucent-ios-#{$color-name} {
|
||||
// background-color: ion-color($color-name, base, $fab-ios-translucent-background-color-alpha);
|
||||
// opacity: .8;
|
||||
@ -58,4 +57,4 @@
|
||||
|
||||
// .fab-translucent-ios-#{$color-name}.activated {
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
|
@ -29,8 +29,6 @@
|
||||
@include border-radius(50%);
|
||||
@include margin(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
|
||||
|
||||
text-align: center;
|
||||
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
display: block;
|
||||
@ -49,10 +47,14 @@
|
||||
color: inherit;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transform: var(--transform);
|
||||
transition: var(--transition);
|
||||
|
||||
text-align: center;
|
||||
|
||||
background-clip: padding-box;
|
||||
|
||||
font-kerning: none;
|
||||
|
Reference in New Issue
Block a user