Skip to content

Commit

Permalink
Merge pull request #44 from SoyDiego/fixed-datatable-outline-offset
Browse files Browse the repository at this point in the history
Datatable: Fixed outline-offset
  • Loading branch information
cetincakiroglu authored Sep 26, 2023
2 parents 2fce991 + 5727947 commit 35a7f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-base/components/data/_datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

&:focus-visible {
outline: 0.15rem solid $focusOutlineColor;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}

&.p-highlight {
Expand Down

0 comments on commit 35a7f9f

Please sign in to comment.