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 clipped background color for NcDatetimePicker #3794

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

raimund-schluessler
Copy link
Contributor

@raimund-schluessler raimund-schluessler commented Feb 20, 2023

The background of the DatetimePicker input field is clipped to content-box which gives the wrong background color on the left and right. As long as the background-color of the parent is white, it's not visible, but e.g. in the NcActionInput component you see a problem.

I added a bright color with the devtools to make this visible:

Before:
Screenshot 2023-02-20 at 12-06-32 Nextcloud Vue Style Guide

After:
Screenshot 2023-02-20 at 12-07-27 Nextcloud Vue Style Guide

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added bug Something isn't working 3. to review Waiting for reviews feature: datepicker Related to the date/time picker component labels Feb 20, 2023
@raimund-schluessler raimund-schluessler added this to the 7.7.0 milestone Feb 20, 2023
@GretaD GretaD merged commit e605ab4 into master Feb 20, 2023
@GretaD GretaD deleted the fix/noid/datepicker-background branch February 20, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: datepicker Related to the date/time picker component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants