aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Inputs/Dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Inputs/Dropdown.js')
-rw-r--r--frontend/src/components/Inputs/Dropdown.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/components/Inputs/Dropdown.js b/frontend/src/components/Inputs/Dropdown.js
index 7166681..9fde6ed 100644
--- a/frontend/src/components/Inputs/Dropdown.js
+++ b/frontend/src/components/Inputs/Dropdown.js
@@ -18,11 +18,6 @@ const StyledDropdown = styled(Dropdown)`
&:hover, &.is-open {
opacity: 1;
}
-
- & + label {
- opacity: 1;
- top: -0.1em;
- }
}
& .Dropdown-placeholder {