Skip to content

Commit

Permalink
chore: version up dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
jinwoo-kim-nhn committed Dec 7, 2018
1 parent ce8fbb8 commit 103f8b3
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 21 deletions.
15 changes: 12 additions & 3 deletions dist/tui-image-editor.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-image-editor.js
* @version 3.2.2
* @version 3.3.0
* @author NHNEnt FE Development Lab <[email protected]>
* @license MIT
*/
Expand Down Expand Up @@ -255,6 +255,9 @@ body > textarea {
font-size: 11px;
margin: 0 9px 0 9px;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button.preset {
margin: 0 9px 20px 5px;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item label {
display: inline-block;
cursor: pointer;
Expand Down Expand Up @@ -884,10 +887,16 @@ body > textarea {
#tie-mask-apply.apply.active .tui-image-editor-button.apply svg > use.active {
display: block;
}
#tie-crop-button .tui-image-editor-button.apply {
#tie-crop-button .tui-image-editor-button.apply,
#tie-crop-preset-button .tui-image-editor-button.apply {
margin-right: 24px;
}
#tie-crop-button .tui-image-editor-button.apply.active svg > use.active {
#tie-crop-button .tui-image-editor-button.preset.active svg > use.active,
#tie-crop-preset-button .tui-image-editor-button.preset.active svg > use.active {
display: block;
}
#tie-crop-button .tui-image-editor-button.apply.active svg > use.active,
#tie-crop-preset-button .tui-image-editor-button.apply.active svg > use.active {
display: block;
}
#tie-shape-button.rect .tui-image-editor-button.rect svg > use.normal,
Expand Down
Loading

0 comments on commit 103f8b3

Please sign in to comment.