Labels |
Added:
?
|
Title |
|
Category | ⇒ | Accessibility |
@C-Lodder After the changes in the alerts which have beein made in #30400 and #30401, is this still an issue?
Status | New | ⇒ | Information Required |
Labels |
Added:
?
|
Labels |
Added:
No Code Attached Yet
a11y
Information Required
Removed: ? ? |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-10-22 11:14:49 |
Closed_By | ⇒ | drmenzelit |
Closing this as the contrast is ok
the alert box appears... but not in the markup as mentioned in this issue.
The markup I see is:
The code for this alert is added via layouts/joomla/system/message.php as a WebComponent
Styling is loaded from
./media/vendor/joomla-custom-elements/css/joomla-alert.min.css
The styling for this alert is added via
node_modules/joomla-ui-custom-elements/src/scss/alert/alert/scss
Changing the colors in Atum template does not change the colors of the alert boxes.
To change the color of the alert boxes we have to create a PR on https://github.com/joomla-projects/custom-elements
Can someone confirm this?