Skip to content

Commit 207e085

Browse files
authored
Merge pull request Semantic-Org#4399 from tbracken/next-4398
Added hover styling to icon group
2 parents d450ef7 + 90d4229 commit 207e085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/definitions/elements/icon.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ i.fitted.icon {
121121
Link
122122
--------------------*/
123123

124-
i.link.icon {
124+
i.link.icon, i.link.icons {
125125
cursor: pointer;
126126
opacity: @linkOpacity;
127127
transition: opacity @defaultDuration @defaultEasing;
128128
}
129-
i.link.icon:hover {
129+
i.link.icon:hover, i.link.icons:hover {
130130
opacity: 1 !important;
131131
}
132132

0 commit comments

Comments
 (0)