MMRIZE / MMM-CalendarExt3

MagicMirror calendar view module
MIT License
58 stars 22 forks source link

useSymbol:false causes blue dot in front of events #35

Closed sdetweil closed 1 year ago

sdetweil commented 2 years ago

how do I get rid of the blue dot?

had to comment out a bunch of css

*.CX3 .event.singleday:not(.useSymbol)::before,
.CX3 .event.singleday.useSymbol .symbol.noSymbol::before {
  content: '⬤';
  color: var(--calendarColor);
  display: inline-block;
  padding-right: 2px;
  font-size: 75%;
}*/

.CX3 .event:not(.useSymbol) .symbol {
  display: none;
}
/*
.CX3 .event.useSymbol .symbol {
  display: inline-block;
  padding-right: 2px;
  font-size: 75%;
  align-self: center;
}

.CX3 .event.singleday.useSymbol .symbol {
  color: var(--calendarColor);
} */
eouia commented 2 years ago

It might be a help https://forum.magicmirror.builders/topic/16690/mmm-calendarext3/22?_=1665754131004