Skip to content

Commit

Permalink
Issue #282: Remove redundant css code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Mar 15, 2022
1 parent 2cb189b commit a373bf2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions var/httpd/htdocs/skins/Customer/default/css/Core.InputFields.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,21 +603,6 @@ input[readonly=readonly] {
height: 48px;
}

.jstree-node[aria-selected="true"] {
background-color: #c4cdfa;
background-color: var(--colNotifyOK);
}

.jstree-node > .jstree-wholerow-hovered {
background-color: #f7f7f9;
background-color: var(--colBGLight);
}

.jstree-node[aria-selected="true"] > .jstree-wholerow-hovered {
background-color: #6d83f2;
background-color: var(--colHoverLight);
}

.jstree-anchor {
pointer-events: none;
font-size: 16px;
Expand Down

0 comments on commit a373bf2

Please sign in to comment.