assets/css/romo/base.scss in romo-0.19.0 vs assets/css/romo/base.scss in romo-0.19.1

- old
+ new

@@ -96,13 +96,14 @@ } .romo-link { color: $linkColor !important; } .romo-link:hover, .romo-link-hover:hover { color: $linkColorHover !important;} - .romo-cursor-default { cursor: default; } - .romo-pointer { cursor: pointer; } - .romo-grab { @include cursor-grab; } - .romo-grabbing { @include cursor-grabbing; } + .romo-cursor-default { cursor: default; } + .romo-cursor-not-allowed { cursor: $notAllowedCursor; } + .romo-pointer { cursor: pointer; } + .romo-grab { @include cursor-grab; } + .romo-grabbing { @include cursor-grabbing; } .romo-user-select-none{ @include user-select(none); } /* images */