Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Time tracking dashboard - React TS, MUI

ptrwilk 420

@ptrwilk

Desktop design screenshot for the Time tracking dashboard coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Unfortunately to change ellipsis(three dots) color on hover I had to create a separate .svg file that contains fill:white. Is there a better way of change ellipsis color without the need of creating dedicated file ?

Community feedback

Sam 910

@JustANipple

Posted

Hi PTRWILK, Good job for completing this challenge!

To make ellipsis white, you can just use the filter rule to make the image brigther.

filter: brigthness(value); - work with values until you've found what you need

That will cause the element to look "white"

I hope this helps

Marked as helpful

1

ptrwilk 420

@ptrwilk

Posted

Yes it work indeed. Thank you Sam.

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord