} onClick={mobileFilterButton.onClick}>
diff --git a/src/components/Tag.js b/src/components/Tag.js
index f4c94c095..7052f9505 100644
--- a/src/components/Tag.js
+++ b/src/components/Tag.js
@@ -18,6 +18,14 @@ export const searchTagStyle = css`
margin-right: ${theme.size.small};
`;
+export const searchTagStyleFeature = css`
+ cursor: pointer;
+ height: 26px;
+ padding: 4px 11px 4px 11px;
+ border-radius: 12px;
+ font-size: ${theme.fontSize.tiny};
+ margin-right: ${theme.size.small};
+`;
const VARIANTS = {
blue: css`
background-color: ${palette.blue.light3};
diff --git a/tests/unit/__snapshots__/SearchResults.test.js.snap b/tests/unit/__snapshots__/SearchResults.test.js.snap
index 7aa206f37..d002064c2 100644
--- a/tests/unit/__snapshots__/SearchResults.test.js.snap
+++ b/tests/unit/__snapshots__/SearchResults.test.js.snap
@@ -883,7 +883,7 @@ exports[`Search Results Page considers a given search filter query param and dis
.e1yoi6mj6 {
+.emotion-12:hover>.e1yoi6mj7 {
opacity: 0.2;
-webkit-transition: opacity 150ms ease-in;
transition: opacity 150ms ease-in;
}
-.emotion-12:hover>.e1yoi6mj6:hover {
+.emotion-12:hover>.e1yoi6mj7:hover {
opacity: 1;
}
-.emotion-12:not(:hover)>.e1yoi6mj6 {
+.emotion-12:not(:hover)>.e1yoi6mj7 {
opacity: 1;
-webkit-transition: opacity 150ms ease-in;
transition: opacity 150ms ease-in;
@@ -2381,6 +2381,7 @@ exports[`Search Results Page renders loading images before returning no results
place-self: center;
width: 100%;
box-shadow: 0 0 4px 0 rgba(231, 238, 236, 1)!important;
+ color: red;
box-sizing: border-box;
padding: 15px;
display: grid;
@@ -3144,17 +3145,17 @@ exports[`Search Results Page renders loading images before returning nonempty re
width: 100%;
}
-.emotion-12:hover>.e1yoi6mj6 {
+.emotion-12:hover>.e1yoi6mj7 {
opacity: 0.2;
-webkit-transition: opacity 150ms ease-in;
transition: opacity 150ms ease-in;
}
-.emotion-12:hover>.e1yoi6mj6:hover {
+.emotion-12:hover>.e1yoi6mj7:hover {
opacity: 1;
}
-.emotion-12:not(:hover)>.e1yoi6mj6 {
+.emotion-12:not(:hover)>.e1yoi6mj7 {
opacity: 1;
-webkit-transition: opacity 150ms ease-in;
transition: opacity 150ms ease-in;
@@ -3168,6 +3169,7 @@ exports[`Search Results Page renders loading images before returning nonempty re
place-self: center;
width: 100%;
box-shadow: 0 0 4px 0 rgba(231, 238, 236, 1)!important;
+ color: red;
box-sizing: border-box;
padding: 15px;
display: grid;