Commit d8015950 authored by Konstantin Bulenkov's avatar Konstantin Bulenkov Committed by graann
Browse files

don't use passive foreground in new tool windows

(cherry picked from commit a7feb6c0)
parent ac054b58
Showing with 1 addition and 1 deletion
+1 -1
......@@ -225,7 +225,7 @@ class ContentTabLabel extends BaseLabel {
@Override
protected Color getPassiveFg(boolean selected) {
if (contentManager().getContentCount() > 1) {
return JBUI.CurrentTheme.Label.disabledForeground(selected);
return JBUI.CurrentTheme.Label.foreground(selected);
}
return super.getPassiveFg(selected);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment