Skip to content

Commit d855ea1

Browse files
committed
fix(unity-bootstrap-theme): added hover white to footer's social icon
UDS-1979
1 parent 1006096 commit d855ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ footer {
141141
color: $uds-color-base-gray-4;
142142
line-height: 1;
143143
padding-top: 7px; // Magic number. Reducing the padding by 1px to make the height = 48px.
144+
145+
:hover {
146+
color: $uds-color-base-white;
147+
}
144148
}
145149
}
146150
}

0 commit comments

Comments
 (0)