Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(quick-filter): Give the radio and checkbox in the quickfilter spa…
Browse files Browse the repository at this point in the history
…ce for their focus styles.
  • Loading branch information
tomheller authored and nimrod13 committed Jul 13, 2021
1 parent ab8a098 commit af124f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
padding: 8px 0;
display: flex;
flex-flow: column;
margin-left: 3px;
transform: translateX(-3px);
}

.dt-quick-filter-group-headline {
Expand All @@ -19,6 +21,7 @@
::ng-deep .dt-radio-button,
::ng-deep .dt-checkbox {
margin-bottom: 8px;
margin-left: 3px;
display: block;
}
}
Expand Down

0 comments on commit af124f5

Please sign in to comment.