Further fix favorites button in app sidebars

This commit is contained in:
Magnus Walbeck 2022-05-14 14:14:22 +02:00
parent aae28b6450
commit 803cb6f30a
No known key found for this signature in database
GPG Key ID: CCB78CFF3F950769
1 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,8 @@
}
}
#app-sidebar-vue.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--star {
#app-sidebar-vue.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--star,
#app-sidebar.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--star {
color: var(--color-main-text);
&:hover {
@ -78,7 +79,8 @@
}
}
#app-sidebar-vue.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--starred {
#app-sidebar-vue.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--starred,
#app-sidebar.app-sidebar .app-sidebar-header__desc .app-sidebar-header__star .star--starred {
color: var(--color-icon-yellow);
&:hover {