Fixing property name text select on plugin mode (#1094)
This commit is contained in:
parent
dfb34d81a2
commit
dd8083a915
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@
|
||||||
&.disabled {
|
&.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:first-child {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue