mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
Cursor utilities improvements
This commit is contained in:
@@ -313,4 +313,16 @@ $utilities: (
|
||||
loose: 2 !important,
|
||||
)
|
||||
),
|
||||
"cursor": (
|
||||
property: cursor,
|
||||
class: cursor,
|
||||
values: (
|
||||
auto: auto,
|
||||
pointer: pointer,
|
||||
move: move,
|
||||
not-allowed: not-allowed,
|
||||
zoom-in: zoom-in,
|
||||
zoom-out: zoom-out
|
||||
)
|
||||
)
|
||||
) !default;
|
||||
|
||||
Reference in New Issue
Block a user