fix(docs-infra): remove unwanted underline when hovering over contributor info links (#40944)

This commit removes an unwanted underline effect when hovering over
contributor info links (`.contributor-info > .info-item`). This was
accidentally introduced in #40427.

Before: ![contributor info on hover before][1]
After: ![contributor info on hover after][2]

[1]: https://user-images.githubusercontent.com/8604205/108560170-045a7580-7305-11eb-98d2-4302d98581c6.png
[2]: https://user-images.githubusercontent.com/8604205/108560176-058ba280-7305-11eb-97eb-74cf2c830a39.png

PR Close #40944
This commit is contained in:
George Kalpakas 2021-02-23 16:49:19 +02:00 committed by Zach Arend
parent d97b45d82a
commit c4a9c003cb
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ aio-contributor {
&:hover {
color: $lightgray;
text-decoration: none;
}
&.icon {