Remove underline from play button on hover

This commit is contained in:
Andre Santos 2016-02-15 17:27:14 +00:00
parent 20ef64988a
commit bd9a525393

View file

@ -154,6 +154,7 @@ body.is-logged {
width: 40px;
text-align: center;
color: #5A5A5A;
text-decoration: none !important;
&:hover {
text-decoration: none;