Skip to content

Commit

Permalink
Fixed selection checkbox padding (#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoWagen authored Nov 4, 2024
1 parent cee5b37 commit 4c1535e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 15 deletions.
6 changes: 3 additions & 3 deletions themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion themes/bootstrap3/less/components/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,15 @@ body.rtl {

.clear-selection{
font-weight: 700;
padding: .25rem .4rem .15rem .4rem;
flex-basis: 100%;
}

.selection-controls-bar {
.clear-selection, label {
padding: .25rem .4rem .15rem .4rem;
}
}

.active-filters .filters a.filter-value:hover,
.active-filters .filters a.filter-value:focus {
color: #fff;
Expand Down
7 changes: 6 additions & 1 deletion themes/bootstrap3/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,15 @@ body.rtl {

.clear-selection{
font-weight: 700;
padding: .25rem .4rem .15rem .4rem;
flex-basis: 100%;
}

.selection-controls-bar {
.clear-selection, label {
padding: .25rem .4rem .15rem .4rem;
}
}

.active-filters .filters a.filter-value:hover,
.active-filters .filters a.filter-value:focus {
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion themes/bootstrap5/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,15 @@ body.rtl {

.clear-selection{
font-weight: 700;
padding: .25rem .4rem .15rem .4rem;
flex-basis: 100%;
}

.selection-controls-bar {
.clear-selection, label {
padding: .25rem .4rem .15rem .4rem;
}
}

.active-filters .filters a.filter-value:hover,
.active-filters .filters a.filter-value:focus {
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/sandal/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 4c1535e

Please sign in to comment.