mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add visual indicator for dev mode
This commit is contained in:
@@ -10,6 +10,14 @@ html, body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.is-dev-mode #root-view:before {
|
||||
content: "";
|
||||
height: 3px;
|
||||
display: block;
|
||||
background-image: -webkit-linear-gradient(#ffc833, #ebac00);
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
#root-view #horizontal {
|
||||
display: -webkit-flex;
|
||||
height: 100%;
|
||||
@@ -72,4 +80,4 @@ html, body {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding-left: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user