about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-10-07 11:45:04 +0200
committerGitHub <noreply@github.com>2016-10-07 11:45:04 +0200
commitb40285102b1838f0f448cdd763b06ebc011aaa50 (patch)
tree5ddfdc27ba35b58b1b0483996ed4bbb5516a874b
parentbf41e9fee27870ae9d5e129581f80f67099d4333 (diff)
parent4b402dbe690dd00f567542ca9e41042826a168b5 (diff)
Rollup merge of #37003 - GuillaumeGomez:underline-removal, r=steveklabnik
Remove underline when run button hovered

r? @steveklabnik
-rw-r--r--src/librustdoc/html/static/rustdoc.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index cad5fae690f..f8133ea49ce 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -585,6 +585,7 @@ a.test-arrow {
 }
 a.test-arrow:hover{
     background-color: #4e8bca;
+    text-decoration: none;
 }
 
 .section-header:hover a:after {