Skip to content

Commit

Permalink
Docs: Added a link to the issue next to the fix in the CSS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jan 14, 2021
1 parent 5d9310b commit 2678da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
background: var(--ck-html-embed-source-disabled-background);
color: var(--ck-html-embed-source-disabled-color);

/* Safari needs this for the proper text color in disabled input. */
/* Safari needs this for the proper text color in disabled input (https://github.com/ckeditor/ckeditor5/issues/8320). */
-webkit-text-fill-color: var(--ck-html-embed-source-disabled-color);
opacity: 1;
}
Expand Down

0 comments on commit 2678da0

Please sign in to comment.