Skip to content

Commit

Permalink
fix(table): remove focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Mar 3, 2022
1 parent 39d119c commit 3f3b1a7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css.map

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ th {
font-weight: bold;
border-radius: 0;
text-align: left;

:focus {
outline: 1px;
box-shadow: none;
}
}

th:not([aria-sort]) .o-table__sort-btn .o-table__sort-btn__arrow--up,
Expand Down

0 comments on commit 3f3b1a7

Please sign in to comment.