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

Commit

Permalink
Merge pull request #278 from ckeditor/ckeditor5-dev/i/611
Browse files Browse the repository at this point in the history
Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
  • Loading branch information
oleq authored Apr 15, 2020
2 parents 6489b08 + 1936ec4 commit 0115e94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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;
}
}
}

0 comments on commit 0115e94

Please sign in to comment.