Skip to content

Commit

Permalink
feat(ag-grid): add focus styling to floating filter input
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalielindqvist committed Jul 10, 2024
1 parent bc63fcd commit 0fcb062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AgGrid/Override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
border: none;
}

.ag-filter-body input[class^='ag-'][type]:focus {
.ag-filter-body input[class^='ag-'][type]:focus,
.ag-ltr input[class^='ag-'][type]:focus {
border-bottom: var(--tds-ag-grid-table-bottom-border-focus) !important;
}

Expand Down

0 comments on commit 0fcb062

Please sign in to comment.