remove css transition

pull/9140/head
Thibault Duplessis 2021-06-09 07:30:57 +02:00
parent aeb27eb631
commit 6c8d584386
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
.more {
color: $c-font-dim;
@include transition;
&:hover {
color: $c-link;
}