Remove all animations

pull/21833/head
Jorik Schellekens 2020-05-13 15:24:08 +01:00
parent 33a5b5142d
commit 328bb7bcaf
2 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@ limitations under the License.
@import "./_font-sizes.scss";
:root {
transition: font-size 0.25s;
font-size: 15px;
}

View File

@ -50,7 +50,6 @@ limitations under the License.
}
.mx_Slider_selectionDot {
transition: left 0.25s;
position: absolute;
width: 1.1em;
height: 1.1em;
@ -61,13 +60,11 @@ limitations under the License.
}
.mx_Slider_selection > hr {
transition: width 0.25s;
margin: 0;
border: 0.2em solid $slider-selection-color;
}
.mx_Slider_dot {
transition: background-color 0.2s ease-in;
height: 1em;
width: 1em;
border-radius: 50%;