소스 검색

Varia: Add more specificity to the `.children` selector for comments to prevent conflicts with other nested lists

Allan Cole 5 년 전
부모
커밋
e84f9a3ea7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      varia/sass/components/comments/_comments.scss

+ 1 - 1
varia/sass/components/comments/_comments.scss

@@ -56,7 +56,7 @@
 	}
 }
 
-.children {
+.comment-list .children {
 	list-style: none;
 	padding-left: #{map-deep-get($config-global, "spacing", "horizontal")};