Skip to content

Commit

Permalink
fix(less): convert less variables from scss (patternfly#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored and jeff-phillips-18 committed Nov 20, 2018
1 parent 47a4720 commit 2b5bb71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/patternfly-3/patternfly-react/less/treeview.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
padding-left: 10px;

&.focus {
border: 1px solid $input-border-focus;
border: 1px solid @input-border-focus;
}
}

Expand All @@ -26,15 +26,15 @@
cursor: pointer;

&:hover {
background-color: $dropdown-link-hover-bg;
border-color: $dropdown-link-hover-border-color;
background-color: @dropdown-link-hover-bg;
border-color: @dropdown-link-hover-border-color;
}
}

.treeview-select .list-group-item.node-selected {
& > .treeitem-row {
background: $dropdown-link-active-bg;
border-color: $dropdown-link-active-border-color;
color: $dropdown-link-active-color;
background: @dropdown-link-active-bg;
border-color: @dropdown-link-active-border-color;
color: @dropdown-link-active-color;
}
}

0 comments on commit 2b5bb71

Please sign in to comment.