[Glitch] Fix transition: all

Port 7aa749ab46 to glitch-soc
This commit is contained in:
ThibG
2019-05-04 17:39:53 +02:00
committed by Thibaut Girka
parent b7f69beebe
commit 8e221cd22b
4 changed files with 10 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 {