Skip to content

Commit

Permalink
fix(FEC-9302): advanced captions edit link to be visible in high cont…
Browse files Browse the repository at this point in the history
…rast a11y (#471)
  • Loading branch information
RoyBregman committed Jan 1, 2020
1 parent d17196b commit 02f99e9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/components/cvaa-overlay/_cvaa-overlay.scss
Expand Up @@ -13,7 +13,7 @@
margin: 0 12px;
position: relative;

&:not(.custom){
&:not(.custom) {
cursor: pointer;
}

Expand Down Expand Up @@ -60,6 +60,9 @@
}
.custom-captions-applied {
margin-top: 50px;
a {
color: #01accd;
}
}

.custom-caption-form {
Expand Down Expand Up @@ -117,6 +120,12 @@
}
}

.font-size, .font-color, .font-family, .font-style, .font-opacity, .background-color, .background-opacity{
.font-size,
.font-color,
.font-family,
.font-style,
.font-opacity,
.background-color,
.background-opacity {
background: initial;
}

0 comments on commit 02f99e9

Please sign in to comment.