mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
add hover/focus states for star icons to hint at action
This commit is contained in:
parent
2cfd875e61
commit
4d679de30b
@ -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
Block a user