0
0
Fork 0

Fix transition: all (#10699)

This commit is contained in:
ThibG 2019-05-04 17:39:53 +02:00 committed by Eugen Rochko
parent 56880fa76a
commit 7aa749ab46
2 changed files with 6 additions and 2 deletions

View file

@ -50,6 +50,7 @@ $content-width: 840px;
color: $darker-text-color;
text-decoration: none;
transition: all 200ms linear;
transition-property: color, background-color;
border-radius: 4px 0 0 4px;
i.fa {
@ -60,6 +61,7 @@ $content-width: 840px;
color: $primary-text-color;
background-color: darken($ui-base-color, 5%);
transition: all 100ms linear;
transition-property: color, background-color;
}
&.selected {