Skip to content

Commit

Permalink
Add border radius to table wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 12, 2024
1 parent 16ffc70 commit 45787ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/nationalarchives/utilities/tables/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use "sass:math";
@use "sass:selector";
@use "../../tools/a11y";
@use "../../tools/colour";
@use "../../tools/grid";
@use "../../tools/media";
Expand Down Expand Up @@ -101,6 +102,14 @@
position: relative;
left: -#{grid.gutter-width()};

&[tabindex="0"] {
border-radius: 0.1px;

// &:active {
// @include a11y.focus-outline;
// }
}

@include media.on-tiny {
padding-right: grid.gutter-width-tiny();
padding-left: grid.gutter-width-tiny();
Expand Down

0 comments on commit 45787ab

Please sign in to comment.