Skip to content

Commit bf587e5

Browse files
save file
1 parent 0c2519e commit bf587e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545

4646
<style id=item>
4747

48-
.item, ::slotted(.item)
48+
.item
4949
{display:inline-flex;align-items:center;text-align:center;background:buttonface;
5050
border-radius:3px;border:1px solid lightgray;padding:5px 7px;cursor:pointer}
51-
.item:hover, ::slotted(.item):hover
51+
.item:hover
5252
{background:lightyellow}
5353

5454

55-
.item-icon, ::slotted(.item-icon)
55+
.item-icon
5656
{display:flex;flex-direction:column;align-items:center}
5757

58-
.icon, ::slotted(.icon)
58+
.icon
5959
{cursor:pointer;width:20px;height:20px;border:none}
6060

61-
.item-label, ::slotted(.item-label)
61+
.item-label
6262
{color:blue}
6363

6464
</style>

0 commit comments

Comments
 (0)