Skip to content

Commit

Permalink
ADSDEV-898 change outline color for Save button
Browse files Browse the repository at this point in the history
  • Loading branch information
alevito committed Sep 23, 2021
1 parent cf0d503 commit e07f876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/x-privacy-manager/src/privacy-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@
display: block;
margin: oSpacingByName(s8) auto 0;
padding: 0 oSpacingByName(m12);

&:focus-visible {
outline: 2px solid oColorsByName('teal-100');
}
}

0 comments on commit e07f876

Please sign in to comment.