Skip to content

Commit

Permalink
fix: Remove border from selected Work Item List from List Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SMahil authored and nimishamukherjee committed Feb 7, 2017
1 parent 0ca8f7e commit d3a13e7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
visibility: visible;
}
}
&.selected{
.row-cbh{
border: none;
}
}
&:hover {
.row-cbh {
border-right: 1px solid $color-pf-black-500;
Expand Down

0 comments on commit d3a13e7

Please sign in to comment.