Kaynağa Gözat

Added styles for LabeledView.

Aleksander Nowodzinski 5 yıl önce
ebeveyn
işleme
31d968e789

+ 1 - 1
packages/ckeditor5-ui/src/labeledview/labeledview.js

@@ -10,7 +10,7 @@
 import View from '../view';
 import uid from '@ckeditor/ckeditor5-utils/src/uid';
 import LabelView from '../label/labelview';
-import '../../theme/components/labeledinput/labeledinput.css';
+import '../../theme/components/labeledview/labeledview.css';
 
 /**
  * The labeled view class.

+ 10 - 0
packages/ckeditor5-ui/theme/components/labeledview/labeledview.css

@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+/*
+ * Note: This file should contain the wireframe styles only. But since there are no such styles,
+ * it acts as a message to the builder telling that it should look for the corresponding styles
+ * **in the theme** when compiling the editor.
+ */