Skip to content

Commit a9f2dab

Browse files
authored
Remove opacity filter from branded providers (#1568)
- Ticket: [ENG-3748] - Feature flag: n/a ## Purpose - Remove filter on registration overview page for branded providers to help with color contrast - Note: some providers will still not have AA compliant color contrast. To get AA compliant color contrast, we will need to change the brand's primary color that or create the ability to customize that header text ## Summary of Changes - Remove opacity from registration overlay
1 parent 11ff263 commit a9f2dab

File tree

1 file changed

+0
-1
lines changed
  • lib/registries/addon/components/hero-overlay

1 file changed

+0
-1
lines changed

lib/registries/addon/components/hero-overlay/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
&::after {
3232
@include primary-color-bg;
33-
opacity: 0.4;
3433
display: block;
3534
z-index: -1; /* should be in front of the ::before defined below */
3635
}

0 commit comments

Comments
 (0)