mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Flash red when entering a malformed command in the command panel
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
background: #515151;
|
||||
display: -webkit-box;
|
||||
padding: 3px;
|
||||
-webkit-transition: background 200ms ease-out;
|
||||
}
|
||||
|
||||
.command-panel.error {
|
||||
background: #991212;
|
||||
}
|
||||
|
||||
.command-panel .prompt {
|
||||
|
||||
Reference in New Issue
Block a user