Skip to content

Commit 9ab33cf

Browse files
committed
Trix 0.10.2
1 parent d39831a commit 9ab33cf

File tree

5 files changed

+23
-19
lines changed

5 files changed

+23
-19
lines changed

dist/trix-core.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/trix.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*
3-
Trix 0.10.1
3+
Trix 0.10.2
44
Copyright © 2017 Basecamp, LLC
55
http://trix-editor.org/*/
66
trix-editor {
@@ -157,13 +157,17 @@ trix-editor [data-trix-mutable=true] {
157157
-moz-user-select: none;
158158
-ms-user-select: none;
159159
user-select: none; }
160-
trix-editor [data-trix-mutable=true] ::-moz-selection {
161-
background: none; }
162160
trix-editor [data-trix-mutable=true] img {
163161
box-shadow: 0 0 0 2px highlight; }
164162
trix-editor [data-trix-mutable=true].attachment.attachment-file {
165163
box-shadow: 0 0 0 2px highlight;
166164
border-color: transparent; }
165+
trix-editor [data-trix-mutable=true]::-moz-selection,
166+
trix-editor [data-trix-cursor-target]::-moz-selection {
167+
background: none; }
168+
trix-editor [data-trix-mutable=true]::selection,
169+
trix-editor [data-trix-cursor-target]::selection {
170+
background: none; }
167171
trix-editor .attachment:hover {
168172
cursor: default; }
169173
trix-editor .attachment.attachment-preview .caption:hover {

dist/trix.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trix",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A rich text editor for everyday writing",
55
"main": "dist/trix.js",
66
"style": "dist/trix.css",

src/trix/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.10.2

0 commit comments

Comments
 (0)