Linking to a heading within a post or topic

저도 같은 문제를 겪고 있습니다. 아이콘은 존재하지만 투명도가 0으로 설정되어 있어 보이지 않습니다.


.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;

}

OP에서도 아이콘이 보이지 않으므로, 제 인스턴스에서 커스텀 스타일링을 적용한 것은 아닌 것 같습니다.

Chrome을 사용 중입니다.

1개의 좋아요