diff options
Diffstat (limited to 'apps/updatenotification/src/components/UpdateNotification.vue')
-rw-r--r-- | apps/updatenotification/src/components/UpdateNotification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index 6fc48978852..5039ac22bb7 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -539,7 +539,7 @@ export default { /* override needed to replace yellow hover state with a dark one */ #updatenotification .update-menu .icon-star:hover, #updatenotification .update-menu .icon-star:focus { - background-image: var(--icon-star-000); + background-image: var(--icon-starred); } #updatenotification .topMargin { margin-top: 15px; |