Skip to content

Commit

Permalink
style(List): Modify disabled style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 1, 2019
1 parent 8ab89cd commit e8cf7d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/list/style/index.less
Expand Up @@ -19,8 +19,11 @@
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
}
&-item {
&.w-disabled {
cursor: not-allowed;
text-decoration: none;
// pointer-events: none;
color: #a3a6a9;
}
Expand All @@ -32,7 +35,7 @@
a&-item {
display: block;
color: #52575c;
&:hover {
&:hover:not(.w-disabled) {
background: #f8f8f9;
}
}
Expand Down

0 comments on commit e8cf7d5

Please sign in to comment.