Fixing property name text select on plugin mode (#1094)

This commit is contained in:
Jesús Espino 2021-08-25 15:01:22 +02:00 committed by GitHub
parent dfb34d81a2
commit dd8083a915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,8 @@
&.disabled {
cursor: default;
}
*:first-child {
user-select: text;
}
}