CURSOR_NONE

Static CURSOR_NONE 

Source
pub static CURSOR_NONE: Lazy<String>
Expand description

Generated from css file. Class content: cursor: none;

§Example

html!("div", { .dwclass!("cursor_none") });