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

Commit

Permalink
fix(select): fix invalid css
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Apr 10, 2015
1 parent dfb4d1a commit 2f9eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ md-list-item, md-list-item .md-list-item-inner {
margin-bottom: 12px;
align-self: center;
.md-label { display: none; }
&:not(md-checkbox:first-child):focus {
&:not(:first-child):focus {
padding: 6px;
margin-right: -6px;
margin-top: 8px;
Expand Down

0 comments on commit 2f9eef7

Please sign in to comment.