Skip to content

Commit

Permalink
fixed #285 mdui-list 组件移除默认的链接样式
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Nov 22, 2023
1 parent bcb7b3c commit f0b1581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdui/src/components/list/list-item-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
.container {
cursor: pointer;
user-select: none;
text-decoration: none;
color: inherit;
-webkit-tap-highlight-color: transparent;

:host([disabled]) & {
Expand All @@ -41,7 +43,6 @@
.preset {
display: flex;
align-items: center;
text-decoration: none;
.padding(8, 24, 8, 16);
.min-height(56);

Expand Down

0 comments on commit f0b1581

Please sign in to comment.