Skip to content

Commit

Permalink
New version 3.4.27. Read more https://github.com/xdan/jodit/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 26, 2020
1 parent 25f0b49 commit c02c6bc
Show file tree
Hide file tree
Showing 10 changed files with 378 additions and 237 deletions.
12 changes: 7 additions & 5 deletions build/jodit.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.4.26
* Version: v3.4.27
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -3389,7 +3389,7 @@ html.jodit_fullsize-box_true{
.jodit_fullsize .jodit__area,.jodit_fullsize .jodit_editor{
height:100%;
}
.jodit-properties__lock>svg{
.jodit-properties__lock>svg,.jodit-properties__unlock>svg{
font-style:normal;
display:inline-block;
width:14px;
Expand Down Expand Up @@ -3790,8 +3790,11 @@ html.jodit_fullsize-box_true{
line-height:calc(18px*1.2);
vertical-align:top;
}
.jodit-symbols table td a:focus,.jodit-symbols table td a:hover{
border:1px solid selected;
.jodit-symbols table td a:focus{
outline:2px solid #dadada;
}
.jodit-symbols table td a:hover{
outline:2px solid #dadada;
}
.jodit-table-resizer{
cursor:col-resize;
Expand All @@ -3816,7 +3819,6 @@ html.jodit_fullsize-box_true{
border-right:1px solid moved;
}
.jodit-wysiwyg table{
width:100%;
border:none;
border-collapse:collapse;
table-layout:fixed;
Expand Down
7 changes: 3 additions & 4 deletions build/jodit.es2018.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.4.26
* Version: v3.4.27
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -3097,7 +3097,7 @@ html.jodit_fullsize-box_true{
.jodit_fullsize .jodit__area,.jodit_fullsize .jodit_editor{
height:100%;
}
.jodit-properties__lock>svg{
.jodit-properties__lock>svg,.jodit-properties__unlock>svg{
font-style:normal;
display:inline-block;
width:14px;
Expand Down Expand Up @@ -3486,7 +3486,7 @@ html.jodit_fullsize-box_true{
vertical-align:top;
}
.jodit-symbols table td a:focus,.jodit-symbols table td a:hover{
border:1px solid selected;
outline:2px solid var(--jd-color-border);
}
.jodit-table-resizer{
cursor:col-resize;
Expand All @@ -3511,7 +3511,6 @@ html.jodit_fullsize-box_true{
border-right:1px solid moved;
}
.jodit-wysiwyg table{
width:100%;
border:none;
border-collapse:collapse;
table-layout:fixed;
Expand Down
Loading

0 comments on commit c02c6bc

Please sign in to comment.