042e5a8d63
* new client: fix animation flickering * fix transitions * update copy
13 lines
211 B
SCSS
13 lines
211 B
SCSS
.svg-icon {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
stroke-width: 0;
|
|
stroke: currentColor;
|
|
fill: currentColor;
|
|
transition: none !important;
|
|
}
|
|
|
|
.svg-icon * {
|
|
transition: none !important;
|
|
} |