Remove transition on glider

pull/8288/head
Puru Vijay 4 years ago
parent de522c43a1
commit 45e669f385

@ -191,6 +191,6 @@
height: 30px; height: 30px;
border-left: 2px solid transparent; border-left: 2px solid transparent;
border-left-color: var(--sk-theme-1); border-left-color: var(--sk-theme-1);
transition: transform 0.15s ease-out; /* transition: transform 0.15s ease-out; */
} }
</style> </style>

Loading…
Cancel
Save