瀏覽代碼

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);
 }