Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
@@ -51,7 +51,7 @@
left: 50%;
height: 150%;
width: 8%;
- background: red;
+ background: hsl(0, 100%, 50%);
border-radius: 2px;
transform: rotate(45deg);
transform-origin: 50%;
@@ -3,7 +3,7 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
- @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
+@import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
.ck.ck-form__row {
padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
@@ -17,7 +17,7 @@
font-size: inherit;
& .ck-dropdown__arrow {
- width: var(--ck-dropdown-arrow-size);
+ width: var(--ck-dropdown-arrow-size);
}
@mixin ck-dir ltr {
@@ -30,8 +30,8 @@
color: inherit;
&:not([fill]) {
- /* Needed by FF. */
- fill: currentColor;
+ /* Needed by FF. */
+ fill: currentColor;