Skip to content

Commit

Permalink
Picker font color fix (#8071)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution.

Before making a PR, please read our contributing guidelines at

https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution

We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->

## Purpose
Fixed font color changing in pick selector

## Approach
Changed client ui styles

## References
DevExpress/testcafe-private#366

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
  • Loading branch information
Bayheck authored Nov 16, 2023
1 parent 21b44a0 commit 83f5147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/ui/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@
flex-direction: column;
background-color: white;
box-shadow: 0px 0px 2px #8d8d8d;
color: black;

.selector-value {
height: 18px;
Expand Down

0 comments on commit 83f5147

Please sign in to comment.