mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix preview list cursor styling
This commit is contained in:
@@ -14,6 +14,18 @@
|
||||
background: #161616;
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.selected {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.command-panel .preview-list:focus li.selected {
|
||||
background: #223555;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path {
|
||||
padding-left: 3px;
|
||||
color: #f9ee98;
|
||||
@@ -29,14 +41,6 @@
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.selected {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.command-panel .preview-list:focus li.selected {
|
||||
background: #223555;
|
||||
}
|
||||
|
||||
.command-panel .prompt-and-editor {
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user