? ?
avatar sandramay0905
sandramay0905
28 Apr 2021

What needs to be fixed

Set module "Language switcher" to any position having dark background (here topbar) and setting like:

Setting Colour Standard Colour Alternative
Screenshot_lang-module Screenshot_lang-topbar1 Screenshot_lang-topbar2

Why this should be fixed

Better contrast to read.

How would you fix it

Colour get light if background is dark and vice versa.

Side Effects expected

Don't know.

avatar sandramay0905 sandramay0905 - open - 28 Apr 2021
avatar joomla-cms-bot joomla-cms-bot - change - 28 Apr 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Apr 2021
avatar chmst chmst - change - 28 Apr 2021
Labels Added: ?
avatar chmst chmst - labeled - 28 Apr 2021
avatar infograf768
infograf768 - comment - 28 Apr 2021

It is impossible to know what will be the background color in this configuration.

Default Cassiopea link color is

a {
    color: var(--cassiopeia-color-link);
}

Therefore I guess anyone wanting to use the switcher on a dark background with this precise configuration will have to create a css override.

For example

div.mod-languages a {
  color: #fff;
}

I would say: won't fix on this one.

avatar drmenzelit drmenzelit - change - 28 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-28 15:48:25
Closed_By drmenzelit
avatar drmenzelit
drmenzelit - comment - 28 Apr 2021

Closing with PR #33394

avatar drmenzelit drmenzelit - close - 28 Apr 2021

Add a Comment

Login with GitHub to post a comment