frio: remove legacy transition css

This commit is contained in:
rabuzarus 2016-06-05 17:12:13 +02:00
parent 84e5276a3a
commit 43b0550094
1 changed files with 0 additions and 8 deletions

View File

@ -1716,10 +1716,6 @@ ul.viewcontact_wrapper > li {
}
.contact-wrapper a.contact-action-link {
opacity: 0.1;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.contact-wrapper a.contact-action-link,
@ -1731,10 +1727,6 @@ ul.viewcontact_wrapper > li {
}
ul li:hover .contact-wrapper a.contact-action-link {
opacity: 0.8;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
ul li:hover .contact-wrapper a.contact-action-link:hover {