minor styling fix

This commit is contained in:
Andre Landgraf 2019-06-21 14:46:43 +02:00
parent b4d32becb7
commit 186c277b32
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}
}

View File

@ -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;