Skip to content

Commit

Permalink
fix(styling): don't add filled border all side for group-addon btn
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Mar 18, 2024
1 parent 2afb59e commit 30be835
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/common/src/styles/slick-filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ $slick-filled-filter-font-weight: 400 !default;
font-weight: var(--slick-filled-filter-font-weight, $slick-filled-filter-font-weight);
border: var(--slick-filled-filter-border, $slick-filled-filter-border);
box-shadow: var(--slick-filled-filter-box-shadow, $slick-filled-filter-box-shadow);
&.input-group-addon {
border-left: 0;
}
}
.search-filter.filled .input-group-addon select {
border-right: 0px;
border-right: 0;
}
.search-filter.filled .ms-choice {
box-shadow: var(--slick-filled-filter-box-shadow, $slick-filled-filter-box-shadow);
Expand Down

0 comments on commit 30be835

Please sign in to comment.