Fixes icon opacity when hovered
Handle tooltip icons the same ways link icons are handled when hovered. Fixes #4214
This commit is contained in:
committed by
fguillot
parent
0d8fbc85d8
commit
9ac752a606
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
|||||||
font-size: size('small')
|
font-size: size('small')
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|
||||||
a
|
a, span.tooltip
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
&:hover
|
&:hover
|
||||||
color: link-color('hover')
|
color: link-color('hover')
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
span
|
span
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
margin-left: 4px
|
margin-left: 4px
|
||||||
a
|
a, span.tooltip
|
||||||
&:hover
|
&:hover
|
||||||
opacity: 1.0
|
opacity: 1.0
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|||||||
Reference in New Issue
Block a user