Skip to content

Commit

Permalink
cell focus outline for test page
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Jul 28, 2023
1 parent b1b4d74 commit f5745ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pages/table-fragments/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,12 @@
padding-left: 32px;
}
}

&:focus {
outline: tokens.$color-background-control-checked;
outline-style: solid;
outline-width: 2px;
outline-offset: -4px;
}
}
}
1 change: 0 additions & 1 deletion src/table/grid-navigation/use-grid-navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class GridNavigationModel {

public update({ pageSize }: { pageSize: number }) {
this._pageSize = pageSize;
// TODO: validate state
}

// TODO: implement
Expand Down

0 comments on commit f5745ca

Please sign in to comment.