Skip to content

Commit

Permalink
Merge pull request #620 from Financial-Times/x-privacy-manager/dac-is…
Browse files Browse the repository at this point in the history
…sue-ADSDEV-897
  • Loading branch information
oliverturner authored Nov 1, 2021
2 parents 0d6ab16 + 588453b commit b6f935f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/x-privacy-manager/src/components/radio-btn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ $transitionDuration: 0.1s;
background-color: oColorsByName('teal');
color: oColorsByName('white');
}

// Since <input> itself is hidden, apply a familiar focus style to the visible <label>
// As adjacent siblings we can reflect the <input>'s focus state here
.input:focus + & {
outline: 2px solid oColorsByName('teal-100');
outline: 2px solid oColorsByName('teal-40');
outline-offset: 3px;
background-color: oColorsByName('teal-40');
}

Expand All @@ -67,7 +68,7 @@ $transitionDuration: 0.1s;
font-size: 1.2rem;
font-weight: 600;
}

& > span {
display: block;
margin-top: oSpacingByName(s1);
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "x-dash",
"private": true,
"volta": {
"node": "12.22.7",
"npm": "7.24.2"
},
"scripts": {
"clean": "git clean -fxdi",
"build": "athloi run build --concurrency 3",
Expand Down

0 comments on commit b6f935f

Please sign in to comment.