mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #2370 from ripcurlx/fix-highlight-style
DAO:Use highlight color without link behavior
This commit is contained in:
commit
48df6aff7f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user