浏览代码

Moved blocktoolbar styles to correct directory.

Damian Konopka 7 年之前
父节点
当前提交
c30637d6e6

+ 0 - 32
packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.css

@@ -1,32 +0,0 @@
-/*
- * What you're currently looking at is the source code of a legally protected, proprietary software.
- * Letters is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
- * all Letters content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
- *
- * Copyright (c) 2003-2018, CKSource Frederico Knabben. All rights reserved.
- */
-
-@import '../ui/styles/helpers/_shadow.css';
-
-:root {
-	--ltrs-color-blocktoolbar-icon: var(--ltrs-color-white);
-}
-
-.ck.ck-button.ltrs-toolbar-block-button {
-	position: absolute;
-	border: 0;
-	font-size: var(--ltrs-font-medium);
-	background-color: var(--ltrs-color-gray-blue-light);
-	color: var(--ltrs-color-blocktoolbar-icon);
-	z-index: var(--ltrs-zindex-air);
-	transition: 200ms background-color ease-in-out;
-
-	& .ck-icon {
-		font-size: var(--ltrs-font-size-normal);
-	}
-
-	&.ck-on {
-		background-color: var(--ltrs-color-gray-blue-hover);
-		@mixin ltrs__shadow--inset;
-	}
-}

+ 28 - 0
packages/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css

@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+
+:root {
+	/* --ck-color-blocktoolbar-icon: hsla(0, 0%, 100%); */
+}
+
+.ck.ck-button.ltrs-toolbar-block-button {
+	position: absolute;
+	border: 0;
+	/* font-size: var(--ltrs-font-medium); */
+	/* background-color: var(--ltrs-color-gray-blue-light); */
+	/* color: var(--ck-color-blocktoolbar-icon); */
+	z-index: var(--ck-z-default);
+	/* transition: 200ms background-color ease-in-out; */
+
+	& .ck-icon {
+		font-size: var(--ck-font-size-normal);
+	}
+
+	/* &.ck-on {
+		background-color: var(--ltrs-color-gray-blue-hover);
+		@mixin ltrs__shadow--inset;
+	} */
+}