Skip to content

Commit e2133aa

Browse files
save file
1 parent 9598721 commit e2133aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
.item, ::slotted(.item)
1919
{display:inline-flex;align-items:center;text-align:center;background:buttonface;
2020
border-radius:3px;border:1px solid lightgray;padding:5px 7px;cursor:pointer}
21-
21+
.item:hover, ::slotted(.item):hover
22+
{background:lightyellow}
23+
24+
2225
.item-icon, ::slotted(.item-icon)
2326
{display:flex;flex-direction:column;align-items:center}
2427

0 commit comments

Comments
 (0)