提交 96675076 编写于 作者: S Serge Rider

#1483 Dark theme: editor tabs rendering fix


Former-commit-id: a21eb0e9
上级 3eb5ccb7
......@@ -3219,6 +3219,8 @@
</viewPage>
</extension>
<!-- FIXME: Disabled because it breaks dark theme. -->
<!--
<extension point="org.eclipse.e4.ui.css.core.propertyHandler">
<handler adapter="org.eclipse.e4.ui.css.swt.dom.CTabFolderElement" composite="false" handler="org.jkiss.dbeaver.ui.css.EditorFolderElementHandler">
<property-name name="swt-selected-tabs-background"/>
......@@ -3230,5 +3232,6 @@
<property-name name="background-color"/>
</handler>
</extension>
-->
</plugin>
......@@ -14,9 +14,13 @@ import org.jkiss.dbeaver.ui.UIUtils;
import org.jkiss.utils.CommonUtils;
import org.w3c.dom.css.CSSValue;
/**
* Editor tab colorer.
* IT is disabled because it breaks dark theme.
*/
public class EditorFolderElementHandler extends CSSPropertySelectedTabsSWTHandler {
public static final String PROP_BACKGROUND = "swt-selected-tabs-background";
private static final String PROP_BACKGROUND = "swt-selected-tabs-background";
public EditorFolderElementHandler() {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册