Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
transformer-autocomplete
like
7
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
transformer-autocomplete
/
front
/
less
/
mixins
/
user-select.less
XciD
HF staff
initial commit
8969f81
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
163 Bytes
.user-select
(
@select
) {
-webkit-user-select: @select;
-moz-user-select: @select;
-ms-user-select: @select;
// IE10+
user-select: @select;
}