Bug 1865783 - Port bug 1861730: Remove transition prefixes from nightly too. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D194187 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2f5d61f86e
Коммит
755b5103de
|
@ -37,8 +37,8 @@ p.event-messages {
|
|||
margin: 5px 0px 5px 0px;
|
||||
text-align: center;
|
||||
opacity: 0.4;
|
||||
-moz-transition-property: opacity;
|
||||
-moz-transition-duration: 0.3s;
|
||||
transition-property: opacity;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
p.event-messages:hover {
|
||||
|
@ -100,8 +100,8 @@ p *:any-link img {
|
|||
color: white !important;
|
||||
background-color: black;
|
||||
opacity: 0.4;
|
||||
-moz-transition-property: opacity;
|
||||
-moz-transition-duration: 0.3s;
|
||||
transition-property: opacity;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
.ib-nick[left]:hover {
|
||||
|
|
|
@ -67,8 +67,8 @@ span.date {
|
|||
span.date-next {
|
||||
opacity: 0.4;
|
||||
margin-top: -6px;
|
||||
-moz-transition-property: opacity;
|
||||
-moz-transition-duration: 0.3s;
|
||||
transition-property: opacity;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
p:hover > span.date-next {
|
||||
|
|
Загрузка…
Ссылка в новой задаче