Fixed: Unable to close indexer category select input on mobile

Closes #4296

(cherry picked from commit e42d1af5ff8f3eb987195caa7ec8a0bbaf4a00c3)

# Conflicts:
#	frontend/src/Components/Form/EnhancedSelectInput.js
This commit is contained in:
Mark McDowall
2021-02-09 17:32:41 -08:00
committed by ta264
parent 226ad22748
commit 92a9b5b451
4 changed files with 37 additions and 1 deletions
@@ -84,3 +84,21 @@
display: inline-block;
margin: 5px -5px 5px 0;
}
.mobileCloseButtonContainer {
display: flex;
justify-content: flex-end;
height: 40px;
border-bottom: 1px solid $borderColor;
}
.mobileCloseButton {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
&:hover {
color: $modalCloseButtonHoverColor;
}
}