Skip to content

Commit 9688368

Browse files
authored
Merge pull request #69 from koledas/patch-5
Fix IE problem with "pointer-events: none;"
2 parents c0261e3 + 8c15a57 commit 9688368

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/stylesheets/issue_dynamic_edit.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,13 @@ body.controller-issues.action-show div.issue.details .btn-primary.validate {
8686
background: #27ae60;
8787
}
8888

89+
body.controller-issues.action-show .edited .dynamicEdit select {
90+
display: inline-block;
91+
}
92+
8993
body.controller-issues.action-show .dynamicEdit select {
9094
border:none;
95+
display:none;
9196
background-image:none;
9297
background-color:transparent;
9398
-webkit-box-shadow: none;

0 commit comments

Comments
 (0)