FLUID-6134: Add the ability to disable removing of backgrounds in contrast modes

Metadata

Source
FLUID-6134
Type
New Feature
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Jonathan Hung
Created
2017-02-27T09:49:26.021-0500
Updated
2017-02-27T09:49:26.021-0500
Versions
  1. 2.0
Fixed Versions
N/A
Component
  1. UI Options

Description

For a web designer, it would be useful to be able to tell UI Options to not remove the background images from a container.

For example, Google Maps uses background images to display its map information - turning on a contrast theme will make it disappear. In this case, the web designer will need to create a specific rule (with !important) to override UIO. It would be better if there was a class we can apply to such containers instead of resorting to an !important arms race.

i.e.
<div id="map" class="uioc-keep-background">...</div>

Environments

All