Skip to content

Commit

Permalink
(css) Fix selection of transparent all-day events
Browse files Browse the repository at this point in the history
Fixes #3744
  • Loading branch information
cgx committed Jun 23, 2016
1 parent e02b975 commit fa91a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -3,6 +3,7 @@

Bug fixes
- [web] fixed crash when an attachment filename has no extension
- [web] fixed selection of transparent all-day events (#3744)

3.1.3 (2016-06-22)
------------------
Expand Down
3 changes: 2 additions & 1 deletion UI/WebServerResources/scss/views/SchedulerUI.scss
Expand Up @@ -330,7 +330,8 @@ $quarter_height: 10px;
rgba(255, 255, 255, .15) 50%,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0)
);
);
pointer-events: none;
}
}

Expand Down

0 comments on commit fa91a07

Please sign in to comment.