Remove underline when run button hovered

This commit is contained in:
Guillaume Gomez 2016-10-06 18:10:00 +02:00 committed by GitHub
parent 46957f0577
commit 4b402dbe69

View File

@ -585,6 +585,7 @@ a.test-arrow {
}
a.test-arrow:hover{
background-color: #4e8bca;
text-decoration: none;
}
.section-header:hover a:after {