Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Uses Quill 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Sep 4, 2017
1 parent f677ff1 commit 949c328
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 413 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
---------

- Uses Quill 1.3.2.
[msom]

0.1.1 (2017-09-01)
~~~~~~~~~~~~~~~~~~~~~
0.1.0 (2017-09-01)
Expand Down
6 changes: 4 additions & 2 deletions onegov/quill/assets/css/quill.snow.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Quill Editor v1.3.1
* Quill Editor v1.3.2
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
Expand Down Expand Up @@ -387,15 +387,17 @@
text-align: right;
}
.ql-editor .ql-embed-selected {
border: 1px solid #777;
border: 2px solid #777;
user-select: none;
}
.ql-editor.ql-blank::before {
color: rgba(0,0,0,0.6);
content: attr(data-placeholder);
font-style: italic;
left: 15px;
pointer-events: none;
position: absolute;
right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
Expand Down

0 comments on commit 949c328

Please sign in to comment.