Skip to content

Commit 2b5bb71

Browse files
dgutridejeff-phillips-18
authored andcommitted
fix(less): convert less variables from scss (#948)
1 parent 47a4720 commit 2b5bb71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/patternfly-3/patternfly-react/less/treeview.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
padding-left: 10px;
1515

1616
&.focus {
17-
border: 1px solid $input-border-focus;
17+
border: 1px solid @input-border-focus;
1818
}
1919
}
2020

@@ -26,15 +26,15 @@
2626
cursor: pointer;
2727

2828
&:hover {
29-
background-color: $dropdown-link-hover-bg;
30-
border-color: $dropdown-link-hover-border-color;
29+
background-color: @dropdown-link-hover-bg;
30+
border-color: @dropdown-link-hover-border-color;
3131
}
3232
}
3333

3434
.treeview-select .list-group-item.node-selected {
3535
& > .treeitem-row {
36-
background: $dropdown-link-active-bg;
37-
border-color: $dropdown-link-active-border-color;
38-
color: $dropdown-link-active-color;
36+
background: @dropdown-link-active-bg;
37+
border-color: @dropdown-link-active-border-color;
38+
color: @dropdown-link-active-color;
3939
}
4040
}

0 commit comments

Comments
 (0)