Rollup merge of #37003 - GuillaumeGomez:underline-removal, r=steveklabnik

Remove underline when run button hovered

r? @steveklabnik
This commit is contained in:
Guillaume Gomez 2016-10-07 11:45:04 +02:00 committed by GitHub
commit b40285102b

View File

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