Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove overlay that is preventing unrelated UI interactions on the page #98

Merged
merged 2 commits into from
Jul 23, 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
1,061 changes: 531 additions & 530 deletions ckeditor/ckeditor.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions ckeditor/plugins/table/dialogs/table.js

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

2 changes: 1 addition & 1 deletion ckeditor/plugins/widget/plugin.js

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

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lexicon/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lexicon/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lexicon/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lexicon/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lexicon/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_iequirks.css

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions skins/moono-lexicon/mainui.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,6 @@ Special outer level classes used in this file:
padding: 12px 16px 8px 16px;
}

.cke_editable:after {
border: 1px solid #e7e7ed; /* $secondary-l3 */
bottom: 0;
content: '';
left: 0;
position: fixed;
right: 0;
top: 0;
}

.cke_editable:focus {
background-color: #f0f5ff; /* $primary-l3 */
}
Expand Down