Skip to content
Snippets Groups Projects
Commit 4d679de3 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add hover/focus states for star icons to hint at action

parent 2cfd875e
No related branches found
No related tags found
No related merge requests found
......@@ -156,11 +156,15 @@
background-image: url('../img/actions/sound-off.svg');
}
.icon-star {
.icon-star,
.icon-starred:hover,
.icon-starred:focus {
background-image: url('../img/actions/star.svg');
}
.icon-starred {
.icon-starred,
.icon-star:hover,
.icon-star:focus {
background-image: url('../img/actions/starred.svg');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment