mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: fix linter errors
This commit is contained in:
@@ -16,7 +16,7 @@ ion-backdrop {
|
||||
height: 100%;
|
||||
|
||||
background-color: $backdrop-color;
|
||||
opacity: 0.01;
|
||||
opacity: .01;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ ion-menu[type=overlay] {
|
||||
|
||||
width: 6000px;
|
||||
|
||||
opacity: 0.01;
|
||||
opacity: .01;
|
||||
transform: translate3d(-9999px, 0, 0);
|
||||
|
||||
&.show-backdrop {
|
||||
|
||||
Reference in New Issue
Block a user