Skip to content

Commit

Permalink
fix(styling): add pointer cursor on ms-filter, avoid Bootstrap override
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 3, 2022
1 parent 5b4b266 commit 11e1e12
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/common/src/styles/slick-plugins.scss
Expand Up @@ -596,8 +596,13 @@ li.hidden {
font-size: var(--slick-header-font-size, $slick-header-font-size);
}
}
.ms-filter.search-filter {
width: 100% !important;
.ms-filter {
&.search-filter {
width: 100% !important;
}
.placeholder {
cursor: pointer;
}
}
.ms-drop {
max-width: var(--slick-multiselect-dropdown-max-width, $slick-multiselect-dropdown-max-width);
Expand Down

0 comments on commit 11e1e12

Please sign in to comment.