Explorar el Código

Moved _rwd.css from theme-lark to ui.

Kamil Piechaczek hace 6 años
padre
commit
7c0e201778

+ 1 - 1
packages/ckeditor5-link/theme/linkactions.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
-@import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rwd.css";
+@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";
 
 .ck.ck-link-actions {
 	display: flex;

+ 1 - 1
packages/ckeditor5-link/theme/linkform.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
-@import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rwd.css";
+@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";
 
 .ck.ck-link-form {
 	display: flex;