Skip to content

Commit

Permalink
fix(CQ-4290733): Luminosity ratio fails for multiple controls, does n…
Browse files Browse the repository at this point in the history
…ot meets minimum luminosity ratio 4.5:1 (#169) (#172)

* CQ-4290733 : [Visual Requirements-AEM Dynamic Media-Image Set Editor]: Luminosity ratio fails for multiple controls, does not meets minimum luminosity ratio 4.5:1.

* CQ-4290733 : [Visual Requirements-AEM Dynamic Media-Image Set Editor]: Luminosity ratio fails for multiple controls, does not meets minimum luminosity ratio 4.5:1.

Co-authored-by: shingari007 <83340291+shingari007@users.noreply.github.com>
  • Loading branch information
majornista and shingari007 committed May 4, 2021
1 parent 1e74a47 commit 3e33ff9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions coral-component-button/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,20 @@
* governing permissions and limitations under the License.
*/

@require '../../../coral-theme-spectrum/src/styles/vars.css';

// Avoid FOUC
button[is="coral-button"] {
background-color: transparent;
border-color: transparent;
}

.coral--light ._coral-ActionButton--quiet:disabled,
.coral--light ._coral-ActionButton--quiet.is-disabled {
color: var(--spectrum-light-global-color-gray-700);
}

.coral--light ._coral-ActionButton:disabled ._coral-Icon,
.coral--light ._coral-ActionButton.is-disabled ._coral-Icon {
color: var(--spectrum-light-global-color-gray-700);
}

0 comments on commit 3e33ff9

Please sign in to comment.