Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Fix for #100. Changed margin-left on image if ListItem is in is-selec…
Browse files Browse the repository at this point in the history
…table state.
  • Loading branch information
William Do committed Sep 8, 2015
1 parent ad4c308 commit 832a7f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ListItem/ListItem.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
width: 20px;
}

.ms-ListItem-image {
margin-left: 0;
}

&:hover {
background-color: @ms-color-neutralLight;
cursor: pointer;
Expand Down

0 comments on commit 832a7f1

Please sign in to comment.