We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2ca96 commit 9af5ee0Copy full SHA for 9af5ee0
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -14,16 +14,17 @@
14
padding-bottom:20px;border-bottom:1px solid lightgray;
15
}
16
17
- .icon
18
- {cursor:pointer;width:20px;height:20px}
19
20
- .item
+ .item, ::slotted(.item)
21
{display:inline-flex;align-items:center;text-align:center;background:buttonface;
22
- border-radius:3px;border:1px solid lightgray;padding:5px 7px}
+ border-radius:3px;border:1px solid lightgray;padding:5px 7px;cursor:pointer}
23
24
.item-icon
25
{display:flex;flex-direction:column;align-items:center}
26
+ .icon
+ {cursor:pointer;width:20px;height:20px}
27
+
28
.item-label
29
{color:blue}
30
0 commit comments