Uses CSS animation for highlight on mobile too
This commit is contained in:
parent
46b3c2e9c5
commit
e9fa936389
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue