Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[core] Fix missing borders for select elements #303

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

ricoberger
Copy link
Member

After the last dependency update, the select elements had no border,
when the React UI was build for production via "yarn build". To fix this
we import the "index.css" file with the fix after all other components
in the "index.tsx" file for out app.

After the last dependency update, the select elements had no border,
when the React UI was build for production via "yarn build". To fix this
we import the "index.css" file with the fix after all other components
in the "index.tsx" file for out app.
@codecov-commenter
Copy link

Codecov Report

Merging #303 (890fce2) into main (dfecbf8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #303   +/-   ##
=======================================
  Coverage   44.73%   44.73%           
=======================================
  Files          96       96           
  Lines        8116     8116           
=======================================
  Hits         3631     3631           
  Misses       4453     4453           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dfecbf8...890fce2. Read the comment docs.

@ricoberger ricoberger merged commit 455f8cf into main Jan 28, 2022
@ricoberger ricoberger deleted the core-fix-missing-borders-for-select-elements branch January 28, 2022 14:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants