forked from fanruan/fineui
windy
6 years ago
20 changed files with 238 additions and 73 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
|
||||
.bi-nic-editor { |
||||
-webkit-user-select: text; |
||||
-khtml-user-select: text; |
||||
-moz-user-select: text; |
||||
-ms-user-select: text; |
||||
-o-user-select: text; |
||||
user-select: text; |
||||
} |
@ -0,0 +1,5 @@
|
||||
@import "../../../index"; |
||||
|
||||
.bi-nic-editor { |
||||
.user-select-enable(); |
||||
} |
Loading…
Reference in new issue