Merge pull request #2370 from ripcurlx/fix-highlight-style

DAO:Use highlight color without link behavior
This commit is contained in:
Manfred Karrer 2019-02-05 11:32:11 +01:00 committed by GitHub
commit 48df6aff7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ public class TableGroupHeadline extends Pane {
private void setActive() {
setId("titled-group-bg-active");
label.setId("titled-group-bg-label-active");
label.getStyleClass().add("highlight");
label.getStyleClass().add("highlight-static");
}
public String getText() {