UNPKG

pocko-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

10 lines (8 loc) 222 B
@charset "UTF-8"; .modal-header__draggable { cursor: grab; /* 默认抓手图标 */ user-select: none; /* 禁止文字选中 */ } .modal-header__draggable:active { cursor: grabbing; /* 按下时的抓取图标 */ }