🎨 attribute view icons use font list --b3-font-family-emoji (#12771)

属性视图的图标使用 `--b3-font-family-emoji` 作为字体列表 (与文档图标样式保持一致)
This commit is contained in:
Yingyi / 颖逸 2024-10-14 21:53:31 +08:00 committed by GitHub
parent 65bc26c436
commit ef07e20355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,6 +337,7 @@
margin: 0 5px 0 0;
flex-shrink: 0;
font-size: inherit;
font-family: var(--b3-font-family-emoji);
&--pin {
margin: 0 0 0 5px;
@ -491,6 +492,7 @@
line-height: 20px;
padding: 0 4px;
font-size: 12px;
font-family: var(--b3-font-family-emoji);
align-self: center;
opacity: 1;
}