Dark mode fixes #1875

Closed
opened 2021-11-22 21:11:25 +00:00 by konrad · 7 comments
Owner

I've noticed three more things:

  1. The selected command in the quick actions menu should use a different color:

image

  1. Links should have the primary color by default. You can see this here ("Edit" is a link):

image

  1. The borders in the table view should use a darker color:

image

Originally posted by @konrad in vikunja/frontend#954 (comment)

I've noticed three more things: 1. The selected command in the quick actions menu should use a different color: ![image](/attachments/2826745a-ec3f-4641-ba47-67bd2cfc174e) 2. Links should have the primary color by default. You can see this here ("Edit" is a link): ![image](/attachments/7ed776b3-fd4b-4b46-b6da-f947abc5e646) 3. The borders in the table view should use a darker color: ![image](/attachments/a3d9f990-b1eb-415d-af40-3be7c4420943) _Originally posted by @konrad in https://kolaente.dev/vikunja/frontend/pulls/954#issuecomment-20008_
dpschen added the
kind/bug
label 2021-11-23 10:46:10 +00:00
Member

Adding this here since this might be related to the variable changes:

The color $dark seems to be different than var(--dark).

I realized this after adjusting the styles for the tooltip.
The tooltips have a different grey tone now (see screenshots).

Adding this here since this might be related to the variable changes: The color `$dark` seems to be different than `var(--dark)`. I realized this after adjusting the styles for the tooltip. The tooltips have a different grey tone now (see screenshots).

Looking into 2. And finding that Firefox says var(--link) is not defined. Since link is a bulma variable that makes no sense, something wrong somewhere...and possibly related to @dpschen seeing that $dark and var(--dark) are different.

Edit: links are also not coloured in light mode.

Looking into 2. And finding that Firefox says var(--link) is not defined. Since link is a bulma variable that makes no sense, something wrong somewhere...and possibly related to @dpschen seeing that $dark and var(--dark) are different. Edit: links are also not coloured in light mode.
Author
Owner

@dpschen The two tooltips in your screenshot have the exact same color (#374151).

Are you sure you have the correct screenshots?

@dpschen The two tooltips in your screenshot have the exact same color (`#374151`). Are you sure you have the correct screenshots?
Author
Owner

@adrinux I've just opened a PR with a fix: vikunja/frontend#1069

@adrinux I've just opened a PR with a fix: https://kolaente.dev/vikunja/frontend/pulls/1069
Author
Owner

The date picker needs fixing as well:

image

The date picker needs fixing as well: ![image](/attachments/f57e21d2-7a1c-4581-ba3c-49c0ddf250e1)
Member

@dpschen The two tooltips in your screenshot have the exact same color (#374151).

Are you sure you have the correct screenshots?

They screenshots were correct. But you are right!

I think I had a blue area somewhere around when I made those screenshots.
I checked multiple times, but never the value…

> @dpschen The two tooltips in your screenshot have the exact same color (`#374151`). > > Are you sure you have the correct screenshots? They screenshots were correct. But you are right! I think I had a blue area somewhere around when I made those screenshots. I checked multiple times, but never the value…
konrad reopened this issue 2021-11-23 21:31:44 +00:00
Author
Owner

Another PR for the datepicker: vikunja/frontend#1070

Another PR for the datepicker: https://kolaente.dev/vikunja/frontend/pulls/1070
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1875
No description provided.