Merge pull request #5494 from kjac/v8-fix-umbconfirm-cursor

V8: umb-confirm button cursor should be "pointer"
This commit is contained in:
Sebastiaan Janssen
2019-05-31 16:12:14 +02:00
committed by GitHub

View File

@@ -102,6 +102,7 @@
border-radius: 40px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
font-size: 18px;
cursor: pointer;
}
.umb_confirm-action__overlay-action:hover {