在帖子或主题内链接到一个标题

我遇到了同样的问题。图标在那里,但它的不透明度设置为零,所以它不可见。


.cooked h1 a.anchor, .cooked h2 a.anchor, .cooked h3 a.anchor, .cooked h4 a.anchor, .cooked h5 a.anchor, .cooked h6 a.anchor, .d-editor-preview h1 a.anchor, .d-editor-preview h2 a.anchor, .d-editor-preview h3 a.anchor, .d-editor-preview h4 a.anchor, .d-editor-preview h5 a.anchor, .d-editor-preview h6 a.anchor

Specificity: (0,2,2)

{

opacity: 0;

transition: opacity .25s;

}

我也看不到原帖中的图标,所以这排除了我实例上的任何自定义样式。

我使用的是 Chrome。

1 个赞