Skip to content

Commit

Permalink
fix(styling): focused compound input box-shadow css
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 1, 2022
1 parent c711d23 commit 2c50c47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/common/src/styles/slick-plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ li.hidden {
padding: 0;
min-width: 25px;
border: none;
&:focus {
z-index: 3;
}

.form-control {
border-radius: var(--slick-compound-filter-operator-border-radius, $slick-compound-filter-operator-border-radius);
Expand All @@ -757,6 +760,9 @@ li.hidden {
color: var(--slick-compound-filter-text-color, $slick-compound-filter-text-color);
font-weight: var(--slick-compound-filter-text-weight, $slick-compound-filter-text-weight);
background-color: var(--slick-compound-filter-bgcolor, $slick-compound-filter-bgcolor);
&:focus {
z-index: 3;
}
}

select {
Expand Down

0 comments on commit 2c50c47

Please sign in to comment.