Merge pull request #69 from koledas/patch-5

Fix IE problem with "pointer-events: none;"
This commit is contained in:
Hugo Zilliox 2020-05-14 18:15:22 +02:00 committed by GitHub
commit 968836810b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,8 +86,13 @@ body.controller-issues.action-show div.issue.details .btn-primary.validate {
background: #27ae60;
}
body.controller-issues.action-show .edited .dynamicEdit select {
display: inline-block;
}
body.controller-issues.action-show .dynamicEdit select {
border:none;
display:none;
background-image:none;
background-color:transparent;
-webkit-box-shadow: none;