Fixes icon opacity when hovered

Handle tooltip icons the same ways link icons are handled 
when hovered.
Fixes #4214
This commit is contained in:
Rafael de Camargo
2019-06-19 00:23:44 -03:00
committed by fguillot
parent 0d8fbc85d8
commit 9ac752a606
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
font-size: size('small')
text-align: right
a
a, span.tooltip
text-decoration: none
&:hover
color: link-color('hover')
@@ -24,7 +24,7 @@
span
opacity: 0.5
margin-left: 4px
a
a, span.tooltip
&:hover
opacity: 1.0
font-weight: bold