소스 검색

Adjusted border style of the focused editor in the inline editor example.

Aleksander Nowodzinski 8 년 전
부모
커밋
01febd2688
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docs/assets/snippet-styles.css

+ 4 - 0
docs/assets/snippet-styles.css

@@ -45,8 +45,12 @@
 #snippet-inline-editor .ck-editor__editable {
 	margin-bottom: 1rem;
 	padding: 2rem;
+}
+
+#snippet-inline-editor .ck-editor__editable:not(.ck-focused) {
 	border: 1px solid rgba(0, 0, 0, 0.15);
 }
+
 #snippet-inline-editor h2, #snippet-inline-editor h3 {
 	margin-top: 0;
 	padding-top: 0;