We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5940161 commit 2c459c5Copy full SHA for 2c459c5
1 file changed
apps/settings/src/views/Apps.vue
@@ -396,6 +396,11 @@ export default {
396
right: -8px;
397
}
398
399
+// Fix wrong color for active icons
400
+:deep(.app-navigation-entry.active .app-navigation-entry-icon) {
401
+ filter: var(--primary-invert-if-bright);
402
+}
403
+
404
.app-sidebar-tabs__release {
405
h2 {
406
border-bottom: 1px solid var(--color-border);
0 commit comments