Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: divider in temperature presets is transparent #1004

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

dw-0
Copy link
Member

@dw-0 dw-0 commented Aug 5, 2022

Solves the following issue:

For some reason the v-divider inside of the v-menu is rendered transparent and you can see the text underneath the v-menu through it.
22-08-05_20-57-18_chrome

Probably due to the case that it is set by Vuetify that way.
22-08-05_20-46-29_chrome
The expected behavior though would be, that the background color of the v-menu gets respected. Which, for some reason, is not the case. Presumably this might be a bug with Vuetify?

This PR solves the issue with applying a background color to that v-divider element as a workaround.
22-08-05_20-56-55_chrome

Signed-off-by: Dominik Willner th33xitus@gmail.com

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
@dw-0 dw-0 requested a review from meteyou August 5, 2022 19:08
@meteyou
Copy link
Member

meteyou commented Aug 6, 2022

LGTM

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2022

@dw-0 dw-0 merged commit 24932c0 into mainsail-crew:develop Aug 6, 2022
@dw-0 dw-0 deleted the fix-divider branch August 6, 2022 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants