Skip to content

Commit

Permalink
fix: styles for Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Iogsotot committed Aug 14, 2024
1 parent 2c60027 commit ee76a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/filter/styles/filter.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.jdn__filter {
&_dropdown {
cursor: default;
&-content {
background: #fff;
box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
Expand Down Expand Up @@ -40,6 +41,7 @@
}

&_filter-button {
cursor: pointer;
width: fit-content;
height: 23px;
padding-top: 0;
Expand Down

0 comments on commit ee76a86

Please sign in to comment.