Remove transition on revision wrapper hover.

Bug: T143116
Change-Id: I85dbb9e9c46a022d701dc956051304090daa44fc
This commit is contained in:
Jakob Warkotsch 2016-08-19 16:18:17 +02:00
parent 4f81f54272
commit 188c5d58c8

View file

@ -92,10 +92,6 @@
.mw-revslider-revision-wrapper:hover,
.mw-revslider-revision-wrapper-hovered {
background-color: #f2f2f2;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
}
.mw-revslider-revision-border-box {