[FIX] Increasing highlight time in 3 seconds (#17540)

pull/17388/head
Maria Eduarda Cunha 5 years ago committed by GitHub
parent eef240e624
commit f3e0999c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/theme/client/imports/general/base_old.css

@ -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 {
@ -2649,7 +2649,7 @@ rc-old select,
}
&.highlight {
animation: highlight 3s;
animation: highlight 6s;
}
&:nth-child(1) {

Loading…
Cancel
Save