Merge pull request #7560 from owncloud/icons.css-star-fix
add hover/focus states for star icons to hint at action
This commit is contained in:
commit
859cac197e
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue