(css) Fix selection of transparent all-day events

Fixes #3744
pull/217/head
Francis Lachapelle 2016-06-23 10:07:59 -04:00
parent e02b975bb5
commit fa91a07cb7
2 changed files with 3 additions and 1 deletions

1
NEWS
View File

@ -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)
------------------

View File

@ -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;
}
}