Fix rebasing issues
This commit is contained in:
parent
1646cac34a
commit
8634ae8400
33 changed files with 382 additions and 276 deletions
|
@ -25,8 +25,9 @@
|
|||
z-index: 1;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
|
||||
/* Disable webkit tap highlighting */
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -199,6 +200,7 @@
|
|||
|
||||
.mdl-slider-background-lower-withtransform {
|
||||
width: 100%;
|
||||
|
||||
/* transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1); */
|
||||
transform-origin: left center;
|
||||
transform: scaleX(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue