Closed (fixed)
Project:
Mercury Theme
Version:
1.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 Jan 2026 at 00:43 UTC
Updated:
21 Jan 2026 at 07:29 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
simon_whoHello @pameeela, I'd be happy to work this one.
Comment #4
simon_whoHello @pameela, I've made a preliminary version of the requested change: "Dismissable Drupal Message".
(Please see the attached "2026-01-06T151400.gif" file for a preview of it)
Could you help by reviewing the changes and let me know if there're anything I should improve on :)
Comment #5
pameeela commented@simon_who thanks, this is a great start! I don't think we want a component for this though, at least not yet. It's a good idea, but with it being dismissable, this could be a bit confusing since it just returns when you reload the page.
For the sake of simplicity/MVP, let's just go with styling the messages directly.
Just a couple other minor things:
visually-hiddenclass.circle-checkiconComment #6
simon_whoHello @pameela, thanks for the helpful feedback I'll amend it and come back to you.
Comment #7
pameeela commentedComment #8
simon_whoHello @pameela, I've made the following changes to address your last feedback:
1. hide message heading via "visually-hidden" class (alike Olivero theme's message)
2. swap bg/fg color for warning and error message, i.e. yellow for warning, red for error (my mistake 🤦)
3. use phosphor "check-circle" icon as icon for status/message type of Drupal message
4. removed the "message" SDC and write the message component inline of the "status-messages.html.twig"
You can preview the outcome in the new gif attached: 2026-01-07T091736.gif
Comment #9
simon_whoComment #10
pameeela commentedMade some minor tweaks (inverted the bg and text colours, and moved it into a misc folder since it's not an include) and also committed the updated CSS.
Comment #12
pameeela commentedWhile tweaking the message styles I got a bit fixated on the breadcrumb and made some totally out of scope changes the sizing :)
Committed to 1.x!