Skip to content

Commit

Permalink
Simplified code. Deleted remaining pseudoclass related to Add group b…
Browse files Browse the repository at this point in the history
…utton in GroupTree.css. Deleted method setNewGroupButtonStyle brcause the button is unstylized.

fixes JabRef#8051
  • Loading branch information
dimitrisdimos00 committed Jan 5, 2022
1 parent ad8e6f3 commit 9e57156
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/org/jabref/gui/groups/GroupTree.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@
-fx-translate-x: -0.4em;
}

#addNewGroup:active {
-fx-border-width: 0px;
-fx-background-color: -jr-theme;
-fx-padding: 0.5em;
-fx-text-fill: -jr-sidepane-background;
}

#groupFilterBar {
-fx-background-color: -jr-sidepane-header-background;
-fx-border-color: -jr-separator;
Expand Down

0 comments on commit 9e57156

Please sign in to comment.