Bug 1567335 - Add an explicit CSS transition duration for the markup view's flash-out class. r=gl

Differential Revision: https://phabricator.services.mozilla.com/D38805

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Micah Tigley 2019-07-23 01:50:11 +00:00
Родитель 789cc82f3e
Коммит 7cd712008e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -291,7 +291,8 @@ ul.children + .tag-line::before {
}
.flash-out {
transition: background,color .5s;
transition-property: background,color;
transition-duration: .5s .5s;
}
.editor {