MMM-Todoist icon indicating copy to clipboard operation
MMM-Todoist copied to clipboard

CSS affecting other module?

Open thebmfinn opened this issue 6 years ago • 1 comments

I am currently using eouia's MMM-CalendarEXT2, and when I use Todoist module as well, everything on the monthly look ahead view of my calendar is underlined. Should I edit Todoist's module's CSS to be more module specific (I am assuming maybe some of the variables between these two modules are the same...) Thanks for any pointers.

thebmfinn avatar Jan 16 '19 16:01 thebmfinn

I noticed this issue as well. Looks like the class name of "today" in the Todoist CSS gets grabbed into the class name of the today in the calendarEXT2. I'm going to test just using custom.css to remove the deceration.

.today { text-decoration: underline #03a05c; }

mcaminiti avatar Feb 22 '21 19:02 mcaminiti