diff --git a/src/features/filter/styles/filter.less b/src/features/filter/styles/filter.less index e3efe70e..c288026a 100644 --- a/src/features/filter/styles/filter.less +++ b/src/features/filter/styles/filter.less @@ -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%); @@ -40,6 +41,7 @@ } &_filter-button { + cursor: pointer; width: fit-content; height: 23px; padding-top: 0;