forked from fanruan/fineui
Browse Source
* commit '206a80f9ae66660f23ef34b4c08dad88bbc1ea44': 字体自动和透明样式设置 update update update updatemaster
imp
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