MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Events being underlined

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 183 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W Offline
      WallysWellies
      last edited by

      5f319da0-a5b5-4bd7-8e5f-cfc36b2acd45-image.png

      Can anyone shed some light on why events are suddenly being underlined? Yesterday’s events are underlined red, today’s green and tomorrow’s blue. This is happening on several modules all of a sudden: MealieMenu, Calendar (default module), Todoist.

      I don’t believe I have changed anything related to this and I can’t even see anything in the browser dev tools relating to underlining but I must be missing it because how else is it there?! It’s showing on the display connected to the Pi and my laptop connecting remotely.

      EDIT: I believe it’s the MMM-Todoist module. this is in the module’s CSS:

      .overdue {
          text-decoration: underline #ac0000;
      }
      
      .today {
          text-decoration: underline #03a05c;
      }
      
      .tomorrow {
          text-decoration: underline #166cec;
      }
      

      I commented out those lines and the underlining has gone. Heads up for MMM-Todoist users I guess.

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @WallysWellies
        last edited by

        @WallysWellies you could add the .MMM-Todoist

        Prefix to those lines so they would only apply to that module

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        W 1 Reply Last reply Reply Quote 0
        • W Offline
          WallysWellies @sdetweil
          last edited by

          @sdetweil Thanks Sam. I actually prefer them to not be there at all, even on the Todoist module. Thanks for the tip though.

          S 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @WallysWellies
            last edited by

            @WallysWellies good learning experience

            Add them to the module, submit a pr
            Then use custom.css to override to make them not show

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy