提交 054e8d0b 编写于 作者: M mrszympek

Cursor utilities improvements

上级 1d3592c7
......@@ -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";
.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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册