diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 17:07:28 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 17:07:28 -0800 |
| commit | 2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e (patch) | |
| tree | 4d9dfcfb6feaaf18d89b1ff03e74b6ddc332f6f5 /frontend/src/components/Inputs/Dropdown.js | |
| parent | refactor form -> common (diff) | |
| download | ctrl-v-2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e.tar.xz ctrl-v-2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e.zip | |
fix button dropdown height
Diffstat (limited to 'frontend/src/components/Inputs/Dropdown.js')
| -rw-r--r-- | frontend/src/components/Inputs/Dropdown.js | 5 |
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 { |