New: HintedSelectInput Component

Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
Qstick
2019-08-04 22:05:13 -04:00
parent 9ca81eb320
commit 52ec4c4a66
10 changed files with 170 additions and 17 deletions
@@ -7,13 +7,17 @@
cursor: default;
&:hover {
background-color: #f9f9f9;
background-color: #f8f8f8;
}
}
.isSelected {
background-color: #e2e2e2;
&:hover {
background-color: #e2e2e2;
}
&.isMobile {
background-color: inherit;