🎨 attribute view icons use font list --b3-font-family-emoji
(#12771)
属性视图的图标使用 `--b3-font-family-emoji` 作为字体列表 (与文档图标样式保持一致)
This commit is contained in:
parent
65bc26c436
commit
ef07e20355
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue