Skip to content

Commit

Permalink
Make linode row show highlight when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Eaton committed Jul 6, 2016
1 parent b35b380 commit 97e7467
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/linodes/linodes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,14 @@ table.linodes {

.linode.row {
border: $linode-border;
background: $linode-white;
height: 35px;
line-height: 35px;
margin: 0 15px;

.linode.row:not(.selected) {
background: $linode-white;
}

.linode-header,
.linode-details {
display: inline-block;
Expand Down

0 comments on commit 97e7467

Please sign in to comment.