Skip to content

Commit

Permalink
[ref Semantic-Org#4398] added hover styling to icon group
Browse files Browse the repository at this point in the history
  • Loading branch information
tbracken committed Aug 5, 2016
1 parent ca5f895 commit 90d4229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/elements/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ i.fitted.icon {
Link
--------------------*/

i.link.icon {
i.link.icon, i.link.icons {
cursor: pointer;
opacity: @linkOpacity;
transition: opacity @defaultDuration @defaultEasing;
}
i.link.icon:hover {
i.link.icon:hover, i.link.icons:hover {
opacity: 1 !important;
}

Expand Down

0 comments on commit 90d4229

Please sign in to comment.