Skip to content

Commit bf5eef0

Browse files
authored
fix(compass-crud): remove disabled user select on text fields (#2545)
1 parent 5ae88f6 commit bf5eef0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/compass/src/app/styles/index.less

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ body {
118118
-webkit-user-select: text;
119119
outline-color: #019EE2;
120120
}
121-
// disable highlighting for most of the schema and document viewers
122-
.schema-field-list *,
123-
.document-list * {
124-
user-select: none;
125-
-webkit-user-select: none;
126-
}
127-
// re-enable field names and individual documents
128-
.schema-field-name > span,
129-
.document-property-body * {
130-
user-select: text;
131-
-webkit-user-select: text;
132-
}
133121

134122
// make all help buttons consistent
135123
i.help,

0 commit comments

Comments
 (0)