- 0" slot="start">{{badge}}
{{ label }}:
{{selection}}
diff --git a/src/core/lang.json b/src/core/lang.json
index a66c1a6a3..7429c930b 100644
--- a/src/core/lang.json
+++ b/src/core/lang.json
@@ -9,7 +9,6 @@
"allparticipants": "All participants",
"answer": "Answer",
"answered": "Answered",
- "applyfilters": "Apply filters",
"areyousure": "Are you sure?",
"back": "Back",
"browser": "Browser",
diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss
index a162e6c0a..e135701a0 100644
--- a/src/theme/theme.base.scss
+++ b/src/theme/theme.base.scss
@@ -1020,10 +1020,16 @@ ion-select::part(icon) {
opacity: 1;
}
-ion-select-popover ion-item.core-select-option-title {
- cursor: pointer;
- ion-radio {
- display: none;
+ion-select-popover {
+ ion-item.core-select-option-border-bottom {
+ border-bottom: 1px solid var(--stroke);
+ }
+
+ ion-item.core-select-option-title {
+ cursor: pointer;
+ ion-radio {
+ display: none;
+ }
}
}