소스 검색

Merge pull request #7678 from ckeditor/i/7671

Internal (code): Aligned the CSS selector for the selected code to the rest of the codebase. Closes #7671.
Aleksander Nowodzinski 5 년 전
부모
커밋
f21d79f71f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-basic-styles/theme/code.css

+ 1 - 1
packages/ckeditor5-basic-styles/theme/code.css

@@ -9,6 +9,6 @@
 	border-radius: 2px;
 }
 
-.ck .ck-code_selected {
+.ck.ck-editor__editable .ck-code_selected  {
 	background-color: hsla(0, 0%, 78%, 0.5);
 }