In #2113911: Modal style update nod_ mentioned that the contrast on the modal header was too low.

This isn't a hard accessibility requirement because the text in the header has excellent contrast, so I think it's just a design discussion.

Let's discuss and try out some variations.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LewisNyman’s picture

Issue summary: View changes
vorvor’s picture

some variatons

Bojhan’s picture

I'd like the following things first:
1) Remove transparency
2) Change background to better match https://groups.drupal.org/files/20.modal-dialog.png

damiankloip’s picture

I agree totally with #3, I like the new look. The header just needs to be easier on my eyes :)

nod_’s picture

Yeah it doesn't need a drastic change. It's just that on a large screen the background and header just blend too much and you just don't know what's what. Tweaking opacity should be enough.

LewisNyman’s picture

I would prefer a tweak, during development full opacity looked a bit ugly.

damiankloip’s picture

Yes, in my mind tweaking the header colour/opacity is all that's needed.

damiankloip’s picture

Status: Active » Needs review
FileSize
897 bytes
52.59 KB

For me, something like this does the trick and appeases my eyes :)

mgifford’s picture

Status: Needs review » Needs work

error: core/themes/seven/dialog.theme.css: No such file or directory

damiankloip’s picture

Looks like #2113911: Modal style update got reverted?

nod_’s picture

Status: Needs work » Postponed

yeah but when it gets in again, same issue.

damiankloip’s picture

ok, cool. Comments etc.. still welcome on the screenshot above I guess :)

Bojhan’s picture

This looks acceptable to me, could you share a few bigger screens?

LewisNyman’s picture

Status: Postponed » Active
Issue tags: +CSS, +frontend

Reopening now that modal is back in

LewisNyman’s picture

8: 2226193.patch queued for re-testing.

Status: Active » Needs work

The last submitted patch, 8: 2226193.patch, failed testing.

mgifford’s picture

Status: Needs work » Needs review
FileSize
913 bytes

files moved.

mgifford’s picture

It's not easy to track down contrast issues with rgba scripts. This contrast-ratio is helpful. As is Chrome's Color Contrast Analyzer it looks like:

This is what it is without the patch:

and With patch:

Maybe I'm getting something wrong here though.

mgifford’s picture

Status: Needs review » Needs work
davidhernandez’s picture

FileSize
61.18 KB

Part of the problem is the transparency. In one of your screenshots the header is sitting on top of the ckeditor toolbar which has a darker color, so it is picking up part of that making the background actually come out darker. The modal background, with transparency, is also somewhere around #4C4C4C (76,76,76) which is darker than both 107s and 120s. Making it less transparent would affectively make it lighter, right? I'm attaching a contrast scan with the header completely transparent to show the difference.

mgifford’s picture

Issue tags: +Needs reroll
mgifford’s picture

Issue tags: +dcamsa11y
Bojhan’s picture

I am fine with choosing a background without transparency.

mgifford’s picture

Status: Needs work » Needs review
FileSize
501 bytes
21.29 KB

In that case, why not just this.

Screenshot of modal dialog title

BarisW’s picture

FileSize
488 bytes

Looks good to me, except that we don't need rgba if the alpha is 1. So here's one with the same effect. but uses background: #6b6b6b;

mgifford’s picture

Status: Needs review » Reviewed & tested by the community

Ya, I wondered about that too.. Think RGB is better, thanks for the re-roll. It's one line of CSS. I'm going to mark it RTBC.

BarisW’s picture

Issue tags: +Amsterdam2014
Bojhan’s picture

Visual RTBC too :)

star-szr’s picture

Issue tags: -Needs reroll

LewisNyman queued 25: 2226193-25.patch for re-testing.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed c09e314 and pushed to 8.0.x. Thanks!

  • alexpott committed c09e314 on 8.0.x
    Issue #2226193 by mgifford, BarisW, damiankloip | LewisNyman: Discuss...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.