?
avatar ciar4n
ciar4n
21 Nov 2019

Steps to reproduce the issue

Navigate User Menu -> Accessibility Settings -> Accessibility Settings

Not possible to enable both 'High Contrast' and 'Monochrome' at the same time.

Applying the same CSS property multiple times with different values does not apply both values. Cascades to the last property, in this case a11y_contrast..

&.monochrome {
filter: grayscale(1);
}
&.a11y_contrast {
filter: invert(100%);
}

System information (as much as possible)

Additional comments

avatar ciar4n ciar4n - open - 21 Nov 2019
avatar joomla-cms-bot joomla-cms-bot - change - 21 Nov 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 21 Nov 2019
avatar Quy Quy - change - 24 Nov 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-11-24 19:13:12
Closed_By Quy
avatar Quy Quy - close - 24 Nov 2019
avatar Quy
Quy - comment - 24 Nov 2019

See PR #27142


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27119.

Add a Comment

Login with GitHub to post a comment