(css) Remove transition of event DnD ghosts

pull/218/head
Francis Lachapelle 2016-07-22 11:35:18 -04:00
parent f6a919f070
commit 106d8ba807
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -9,6 +9,7 @@ Enhancements
- [web] don't allow to send the message while an upload is in progress
- [web] notify when successfuly copied or moved some messages
- [web] restored indicator in the top banner when a vacation message (auto-reply) is active
- [web] removed animation when dragging an event to speed up rendering
Bug fixes
- [web] fixed refresh of addressbook when deleting one or many cards

View File

@ -257,7 +257,7 @@ $quarter_height: 10px;
opacity: 0.9; // When events from a same calendar overlap, it creates a border to help distinguish the events
outline: none;
user-select: none;
transition: $swift-linear;
//transition: $swift-linear;
$i: 0;
@while $i <= 96 { // number of 15-minutes blocks in a day
&.starts#{$i} { top: $quarter_height * $i; }