用 css 给引用加上了单括号,但是层级导航插件也出现这个,请问怎么解决
相关帖子
-
wilsons • • 1付费者 捐赠者
加上这个试试
/* 排除 层级导航 内部的 span[data-type="block-ref"] */ .og-hn-emoji-and-name span[data-type="block-ref"]::before, .og-hn-emoji-and-name span[data-type="block-ref"]::after { content: none; }
如果不可以,需要把你加中括号的 css 发出来看看。
我的添加中括号的 css 如下,如果不行,也可以用我这个试试
/* 给所有 span[data-type="block-ref"] 加上 [] */ span[data-type="block-ref"]::before { content: "["; } span[data-type="block-ref"]::after { content: "]"; }
-
加上这个试试
/* 排除 层级导航 内部的 span[data-type="block-ref"] */ .og-hn-emoji-and-name span[data-type="block-ref"]::before, .og-hn-emoji-and-name span[data-type="block-ref"]::after { content: none; }
如果不可以,需要把你加中括号的 css 发出来看看。
我的添加中括号的 css 如下,如果不行,也可以用我这个试试
/* 给所有 span[data-type="block-ref"] 加上 [] */ span[data-type="block-ref"]::before { content: "["; } span[data-type="block-ref"]::after { content: "]"; }
- 其他回帖