Skip to content

Commit

Permalink
Converted node-details table style to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Jan 20, 2017
1 parent df85fa5 commit ee69f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ h2 {
.details-wrapper .node-details-table {
&-node {
&:hover, &.selected {
background-color: lighten(@background-color, 5%);
background-color: lighten($background-color, 5%);
}
}
}
Expand Down

0 comments on commit ee69f77

Please sign in to comment.