Skip to content

Commit

Permalink
HPCC-32474 ECL Watch v9 allow selection of grid row contents
Browse files Browse the repository at this point in the history
modifies the style of FluentUI grid rows to allow selection of text

Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Aug 22, 2024
1 parent cf1dccd commit 9e7f3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp/src/src-react/components/controls/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const gridStyles = (height: string): Partial<IDetailsListStyles> => {
maxHeight: height,
selectors: {
".ms-DetailsHeader-cellName": { fontSize: "13.5px" },
".ms-DetailsRow": { userSelect: "text" },
".ms-DetailsRow-cell:has(.bgFilled)": { color: "white", boxShadow: "inset 1px 0 var(--colorNeutralBackground1), inset -1px 1px var(--colorNeutralBackground1)" },
".ms-DetailsRow-cell:has(.bgGreen)": { background: "green" },
".ms-DetailsRow-cell:has(.bgOrange)": { background: "orange" },
Expand Down

0 comments on commit 9e7f3d7

Please sign in to comment.