Skip to content

Commit

Permalink
[FIX] Increasing highlight time in 3 seconds (#17540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudizilla authored May 5, 2020
1 parent eef240e commit f3e0999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ rc-old select,
}

.rc-old .new-room-highlight a {
animation: highlight 2s infinite;
animation: highlight 6s infinite;
}

.rc-old .fixed-title {
Expand Down Expand Up @@ -2649,7 +2649,7 @@ rc-old select,
}

&.highlight {
animation: highlight 3s;
animation: highlight 6s;
}

&:nth-child(1) {
Expand Down

0 comments on commit f3e0999

Please sign in to comment.