Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 956c0e2

Browse files
committed
Remove pointer events on the icon containing element.
- Closes #1797
1 parent 6c0130e commit 956c0e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/obBase.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ input[type="text"].txtField-bar {
19311931
margin-right: 6px;
19321932
}
19331933
1934+
.btn *[class *= "ion-"],
19341935
.btn *[class *= "ion-"]:before {
19351936
pointer-events: none; /* don't fire clicks on icon */
19361937
}

0 commit comments

Comments
 (0)