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

Commit 2f9eef7

Browse files
committed
fix(select): fix invalid css
1 parent dfb4d1a commit 2f9eef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ md-list-item, md-list-item .md-list-item-inner {
100100
margin-bottom: 12px;
101101
align-self: center;
102102
.md-label { display: none; }
103-
&:not(md-checkbox:first-child):focus {
103+
&:not(:first-child):focus {
104104
padding: 6px;
105105
margin-right: -6px;
106106
margin-top: 8px;

0 commit comments

Comments
 (0)