Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

ckeditor5-dev/i/611: Fixed stylelint errors related to colors and indentation #278

Merged
merged 2 commits into from
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme/ckeditor5-media-embed/mediaembedediting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/ckeditor5-table/colorinput.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-table/formrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/components/dropdown/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions theme/ckeditor5-ui/components/icon/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
color: inherit;

&:not([fill]) {
/* Needed by FF. */
fill: currentColor;
/* Needed by FF. */
fill: currentColor;
}
}
}