We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2519e commit bf587e5Copy full SHA for bf587e5
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -45,20 +45,20 @@
45
46
<style id=item>
47
48
- .item, ::slotted(.item)
+ .item
49
{display:inline-flex;align-items:center;text-align:center;background:buttonface;
50
border-radius:3px;border:1px solid lightgray;padding:5px 7px;cursor:pointer}
51
- .item:hover, ::slotted(.item):hover
+ .item:hover
52
{background:lightyellow}
53
54
55
- .item-icon, ::slotted(.item-icon)
+ .item-icon
56
{display:flex;flex-direction:column;align-items:center}
57
58
- .icon, ::slotted(.icon)
+ .icon
59
{cursor:pointer;width:20px;height:20px;border:none}
60
61
- .item-label, ::slotted(.item-label)
+ .item-label
62
{color:blue}
63
64
</style>
0 commit comments