File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/patternfly-3/patternfly-react/less Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 padding-left : 10px ;
1515
1616 & .focus {
17- border : 1px solid $ input- border- focus;
17+ border : 1px solid @ input-border-focus ;
1818 }
1919}
2020
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}
You can’t perform that action at this time.
0 commit comments