diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-10-06 18:10:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-06 18:10:00 +0200 |
| commit | 4b402dbe690dd00f567542ca9e41042826a168b5 (patch) | |
| tree | 65af126b9460f0393635d27a5983b9032fb84402 /src/librustdoc/html/static/rustdoc.css | |
| parent | 46957f05771a427545c792f69b37f8e05dcbb15d (diff) | |
| download | rust-4b402dbe690dd00f567542ca9e41042826a168b5.tar.gz rust-4b402dbe690dd00f567542ca9e41042826a168b5.zip | |
Remove underline when run button hovered
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 1 |
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 { |
