Skip to content

Commit

Permalink
remove background on chart buttons when focussed in hcm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Bladen-Clark authored and LeeGordon83 committed Aug 10, 2023
1 parent 87959d0 commit d1b4472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/src/sass/components/_chart-controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
border: none;
}
}
&__button[aria-disabled="true"]:focus {
@include high-contrast-mode-only {
background-color: transparent;
box-shadow: none;
}
}
&__button[aria-disabled="true"],
&__button[aria-disabled="true"]:after,
&__button[aria-disabled="true"]:before {
Expand Down

0 comments on commit d1b4472

Please sign in to comment.