Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a3ea1cd

Browse files
committed
Merge pull request #354 from appirio-tech/temp-button-fix
Add temp svgs to fix hover state
2 parents 5091765 + 3eb4749 commit a3ea1cd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

assets/css/my-dashboard/my-challenges.scss

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434

3535
&.disabled {
3636
color: $black;
37+
38+
&.tile:before {
39+
background: url(/images/grid-on.svg);
40+
}
41+
&.list:before {
42+
background: url(/images/list-on.svg);
43+
}
3744
}
3845

3946
&:before {
@@ -42,14 +49,14 @@
4249
margin-bottom: 2px;
4350
margin-right: 4px;
4451
vertical-align: middle;
45-
@include background-image-size(16px, 16px);
52+
@include background-image-size(12px, 12px);
4653
}
4754

4855
&.tile:before {
49-
background: url(/images/ico-grid.svg);
56+
background: url(/images/grid-off.svg);
5057
}
5158
&.list:before {
52-
background: url(/images/ico-list.svg);
59+
background: url(/images/list-off.svg);
5360
}
5461

5562
}

0 commit comments

Comments
 (0)