Skip to content

Commit 725f675

Browse files
committed
[NAE-1537] It is not possible to copy a value from a visible enumeration
- fix
1 parent 0bd0aaa commit 725f675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/netgrif-components/src/lib/data-fields/data-field.theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
transform: translateY(0) !important;
9393
}
9494

95+
.mat-select-disabled .mat-select-trigger {
96+
user-select: all !important;
97+
}
98+
9599
.mat-error {
96100
font-size: 10px !important;
97101
line-height: 18px !important;

0 commit comments

Comments
 (0)