Uses CSS animation for highlight on mobile too

This commit is contained in:
Rafael dos Santos Silva 2016-12-16 19:26:49 -02:00
parent 46b3c2e9c5
commit e9fa936389
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
> tbody > tr {
&.highlighted {
background-color: dark-light-choose(scale-color($tertiary, $lightness: 85%), scale-color($tertiary, $lightness: -55%));
animation: background-fade-highlight 2.5s ease-out;
}
}