Add css class to set cursor pointer

This commit is contained in:
Rene Pfeuffer
2019-08-19 09:23:38 +02:00
parent aa1452ab85
commit bd5a8ba508

View File

@@ -526,5 +526,9 @@ form .field:not(.is-grouped) {
}
}
// cursor
.has-cursor-pointer {
cursor: pointer;
}
@import "bulma-popover/css/bulma-popover";