Skip to main content

Snap for Moodle 4.1 - icons missing from the activity chooser?

Comments

3 comments

  • Official comment
    Cristian Duque

    Hello guys! How's it going Greg, long time no see!

    I have gotten in touch with the Product team and I can confirm a fix is coming on the next release.

    You can always share more issues and feedback on the Feedback and Suggestions channel!

    Let us know if there's anything else we can assist you with 🙂

  • Jason Rodgers

    I wonder if it is similar to the icons for the external LTI tools.  They have all gone inverted B/W as well on a transparent background in Moodle 4.  We had to recreate some of ours because of this.

    0
  • Greg Bird

    Possibly.   It is a real head-scratcher as to why these filters are there at all.  It became a bit of a whack-a-mole to see where and how often they appear.

    This is made more difficult still by the fact that they are coupled with a ':not' pseudo-element.   Very hard to find all instances that don't match something.  It is like dis-proving the flying spaghetti monster.

    This approach worked for me as a CSS post-fix to undo the damage.   There still might be some instances I haven't found yet:

    .activityiconcontainer .activityicon,
    .activityiconcontainer .icon {
        filter: none !important;
    }
    0

Please sign in to leave a comment.