Skip to content

Commit

Permalink
feat(@clayui/css): add outline to table-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Nov 20, 2023
1 parent 6b42508 commit ae702bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clay-css/src/scss/variables/_tables.scss
Expand Up @@ -391,6 +391,7 @@ $c-tr-table-focus: () !default;
$c-tr-table-focus: map-deep-merge(
(
td: (
outline: 'none',
before: (
box-shadow: (
inset 0 0.2rem 0 0 rgba($primary, 0.25),
Expand Down Expand Up @@ -442,6 +443,7 @@ $c-tr-table-focus: map-deep-merge(
$c-td-table-focus: () !default;
$c-td-table-focus: map-deep-merge(
(
outline: 'none',
box-shadow: clay-enable-shadows($component-focus-inset-box-shadow),
),
$c-td-table-focus
Expand Down

0 comments on commit ae702bb

Please sign in to comment.