Small ui fix. Adapted css for browser menu active items.

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker 2019-07-18 10:08:49 +02:00
parent 7dfb28975e
commit c88d8dd17b

View File

@ -11,9 +11,5 @@
}
.p-MenuBar-item.p-mod-active {
color: var(--theia-inverse-ui-font-color3);
}
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
color: var(--theia-ui-bar-font-color0);
}