mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-03 09:57:50 +01:00
minor styling fix
This commit is contained in:
parent
b4d32becb7
commit
186c277b32
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-datalist-input",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
|
||||
"main": "./lib/DataListInput.js",
|
||||
"license": "MIT",
|
||||
@ -50,4 +50,4 @@
|
||||
"scripts": {
|
||||
"build": "webpack --mode production"
|
||||
}
|
||||
}
|
||||
}
|
@ -24,7 +24,7 @@
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.datalist-input .datalist-items div:not(.datalist-active-item) {
|
||||
.datalist-input .default-datalist-items div:not(.datalist-active-item) {
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user