Skip to content

Commit

Permalink
fix(day-view): prevent selection when dragging cal-event (#521)
Browse files Browse the repository at this point in the history
Fixes #522
  • Loading branch information
dwknippers authored and mattlewis92 committed May 9, 2018
1 parent 84dae93 commit f799bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/day/calendar-day-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
background-color: #D1E8FF;
border: 1px solid #1e90ff;
color: #1e90ff;
user-select: none;
}

.cal-event-title:link {
Expand Down

0 comments on commit f799bf5

Please sign in to comment.