Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jun 4, 2024
1 parent df2acdb commit 218a33c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
}

.spg-input:disabled,
.spg-input:disabled::placeholder {
.spg-input:disabled::placeholder,
.spg-input:read-only,
.spg-input:read-only::placeholder {
color: $foreground;
opacity: 0.25;
}
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visualRegressionTests/tests/designer/pg-editors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ test("Property grid input all states", async (t) => {
await takeElementScreenshot("pg-input-focused.png", input, t, comparer);

await setInputProperty("readOnly", true);
await takeElementScreenshot("pg-input-disabled.png", input, t, comparer);
await takeElementScreenshot("pg-input-readonly.png", input, t, comparer);
});
});

Expand Down

0 comments on commit 218a33c

Please sign in to comment.