Skip to content

Commit 6b9d41d

Browse files
committed
feat(tpl): update style
1 parent 00ab1d0 commit 6b9d41d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/tpl/defaultTheme/frontend/index.css

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,6 @@ html.dragging::before {
423423
zoom: 1;
424424
}
425425

426-
.item-list li:hover {
427-
background: #f5f5f5;
428-
}
429-
430426
.item-list a {
431427
padding: 0.6em;
432428
}
@@ -496,10 +492,6 @@ html.dragging::before {
496492
background: #fee;
497493
}
498494

499-
.item-list .header:hover {
500-
background: none;
501-
}
502-
503495
.item-list .header .detail {
504496
background: #fcfcfc;
505497
}
@@ -591,10 +583,6 @@ html.dragging::before {
591583
border-color: #555;
592584
}
593585

594-
.item-list li:hover {
595-
background: #222;
596-
}
597-
598586
.item-list .detail,
599587
.item-list .delete {
600588
border-bottom-color: #222;
@@ -608,11 +596,11 @@ html.dragging::before {
608596
color: #666;
609597
}
610598

611-
.item-list .delete {
599+
.item-list .delete button {
612600
color: #f99;
613601
}
614602

615-
.item-list .delete:hover {
603+
.item-list .delete button:hover {
616604
background-color: #433;
617605
}
618606

0 commit comments

Comments
 (0)