Skip to content

Commit

Permalink
feat(component:option:scss): 为option添加hover样式
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai committed Jun 8, 2019
1 parent e75b40b commit d8a0c5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/select/src/lib/option/option.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
padding: 0 1rem;

&:hover {
background: {
color: #F2F2F2;
}
cursor: pointer;
}
}

0 comments on commit d8a0c5b

Please sign in to comment.