Closed claudio-etterli closed 6 months ago
Many thanks for defining the type and interpolation rules!
I just had a look at the MDN: This is actually a CSS property. We should therefore do the following:
Cursor
with the type and interpolation to Text.CSS
.style
attribute (via Web.MVC.View.attr
) and in .css
filesThanks! Looking good now!
Adds new type for mouse cursors and function
setCursor
to change the mouse cursor to any standard cursor or a custom icon with theUrl
type.Maybe the declaration(?) of the type could be moved to a new module
Types.idr
due to it's many lines.