mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
visual 💄
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#autocomplete {
|
||||
display: table;
|
||||
position: absolute;
|
||||
width: 150px;
|
||||
overflow: hidden;
|
||||
min-width: 150px;
|
||||
background-color: #444;
|
||||
border: 2px solid #222;
|
||||
color: #eee;
|
||||
@@ -14,6 +14,10 @@
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
#autocomplete ol li {
|
||||
padding: 0.1em 0.2em;
|
||||
}
|
||||
|
||||
#autocomplete ol li.selected {
|
||||
background-color: #a3fd97;
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user