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;
|
||||
|
||||
@@ -54,8 +54,6 @@
|
||||
@import "utils/sizing";
|
||||
@import "utils/opacity";
|
||||
@import "utils/shadow";
|
||||
@import "utils/cursor";
|
||||
|
||||
|
||||
@import "dark";
|
||||
@import "rtl";
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
.cursor-auto {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cursor-move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.cursor-not-allowed {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.cursor-zoom-in {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.cursor-zoom-out {
|
||||
cursor: zoom-out;
|
||||
}
|
||||
Reference in New Issue
Block a user