8
0
Quellcode durchsuchen

Internal: Updated path to the _rwd.css mixin after it was moved between pkgs. See ckeditor/ckeditor5#1662. [skip ci]

Piotrek Koszuliński vor 6 Jahren
Ursprung
Commit
b3b6a650be

+ 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;