-
+ <>
+
-
-
-
-
-
- {gradientDef}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {gradientDef}
+
+
+
+
+
+
+
+
+
+
-
+ >
);
}
diff --git a/frontend/app/components/shared/Filters/FilterValueDropdown/FilterValueDropdown.css b/frontend/app/components/shared/Filters/FilterValueDropdown/FilterValueDropdown.css
index 14574c05e..6a06c46cc 100644
--- a/frontend/app/components/shared/Filters/FilterValueDropdown/FilterValueDropdown.css
+++ b/frontend/app/components/shared/Filters/FilterValueDropdown/FilterValueDropdown.css
@@ -36,13 +36,14 @@
}
.operatorDropdown {
font-weight: 400;
- height: 30px;
+ /* height: 30px; */
min-width: 60px;
display: flex !important;
align-items: center;
justify-content: space-between;
padding: 0 8px !important;
font-size: 13px;
+ height: 26px;
/* background-color: rgba(255, 255, 255, 0.8) !important; */
/* background-color: $gray-lightest !important; */
/* border: solid thin rgba(34, 36, 38, 0.15) !important; */
@@ -52,4 +53,8 @@
&.ui.basic.button {
box-shadow: 0 0 0 1px rgba(62, 170, 175,36,38,.35) inset, 0 0 0 0 rgba(62, 170, 175,.15) inset !important;
}
+
+ & input {
+ padding: 0 8px !important;
+ }
}
\ No newline at end of file
diff --git a/frontend/app/styles/semantic.css b/frontend/app/styles/semantic.css
index 06930c3e9..21b987789 100644
--- a/frontend/app/styles/semantic.css
+++ b/frontend/app/styles/semantic.css
@@ -317,4 +317,11 @@ a:hover {
.ui.search.dropdown>input.search {
bottom: 0 !important;
+}
+
+.ui.search.dropdown.active>input.search,
+.ui.search.dropdown.visible>input.search {
+ border: solid thin $teal !important;
+ border-radius: 3px;
+ height: 26px;
}
\ No newline at end of file