Skip to content

Commit

Permalink
* remove transition style from kindeditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Feb 12, 2018
1 parent bf31bc2 commit bfffea1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/less/modules/kindeditor.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// ========================================================================
/// Kindeditor: kindeditor.less
/// https://github.com/kindsoft/kindeditor/blob/master/themes/default/default.css
///
///
/// ZUI: The file has been changed in ZUI. It will not keep update with the
/// Kindeditor version in the future.
/// http://zui.sexy
Expand Down Expand Up @@ -175,7 +175,6 @@
float: left;
border-radius: @input-border-radius;
.opacity(0.8);
.transition(all, @animation-speed-normal, @animation-type);
}
.ke-on,
.ke-selected {
Expand Down Expand Up @@ -243,7 +242,6 @@
overflow: hidden;
text-align: center;
cursor: s-resize;
.transition(all, @animation-speed-normal, @animation-type);
.opacity(0);

.ke-statusbar-center-icon,
Expand Down Expand Up @@ -351,7 +349,6 @@
height: 25px;
padding: 0;
border: 0;
.transition(all, @animation-speed-normal, @animation-type);
}
.ke-colorpicker-cell-top {
font-family: @font-family-base;
Expand Down

0 comments on commit bfffea1

Please sign in to comment.