You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.
Here is a day in month view where there are more tasks than visible:
Here, in dark mode, you can see that the "3 more" color has not changed, and is nearly invisible:
Next, here is the card that shows when that option is clicked, showing arrows in directions where a given task continues through various days:
Here is that same card in dark mode, where the triangles are seemingly inverted:
The text was updated successfully, but these errors were encountered:
MMachado05
changed the title
Text color for
Text color for "show more" is not changed on month view; continuing tasks triangles are inverted
Mar 20, 2024
Regarding the colour visibility issue, it's challenging to address, particularly because even in light mode, certain colors (e.g., #fffcfc) are almost imperceptible.
As for the issue with the invisible triangle, I recognize the problem and am currently trying to find a solution. Any suggestions or assistance in this matter would be greatly appreciated.
I saw you mentioned in another open issue that the way the style works is by inverting everything; could the directionality of the triangles somehow be getting caught in that? Maybe it can be ignored?
And to relate directly to #19, could this also be applied for events and tasks? I haven't perused the CSS personally, so maybe that's not an actionable idea, but perhaps it could be an idea to entertain.
This style inverts everything and then fixes a couple of things. Thanks to it, the style does not require as much maintenance and usually withstands the time. I have searched for an option to ignore inverting some things in CSS, but I think the only possibility is to re-invert them.
The style you linked seems to be broken, at least on my end.
I will ponder how to improve certain things in this style, although, I cannot promise much, especially since CSS is not the area of my professional focus.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is a day in month view where there are more tasks than visible:
Here, in dark mode, you can see that the "3 more" color has not changed, and is nearly invisible:
Next, here is the card that shows when that option is clicked, showing arrows in directions where a given task continues through various days:
Here is that same card in dark mode, where the triangles are seemingly inverted:
The text was updated successfully, but these errors were encountered: