Some fixes :

- Autocomplete behavior fix on unlisted text.
- School tag autocomplete fix.
- Npc techniques are now collapsible.
This commit is contained in:
Vlyan
2022-03-27 16:21:50 +02:00
parent d9ba4569c7
commit fffe8d661a
6 changed files with 37 additions and 12 deletions

View File

@@ -922,7 +922,7 @@ button {
position: relative;
display: inline-block;
.autocomplete-items {
.autocomplete-list {
position: absolute;
border: 1px solid #6e7e6b;
border-bottom: none;
@@ -932,14 +932,14 @@ button {
left: 0;
right: 0;
}
.autocomplete-items div {
.autocomplete-list div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #6e7e6b;
text-align: left;
}
.autocomplete-items div:hover {
.autocomplete-list div:hover {
background-color: #e9e9e9;
}
.autocomplete-active {