kill go-to-line css in atom-ui-dark

This commit is contained in:
Justin Palmer
2013-02-02 13:51:33 -08:00
parent 867f577a52
commit 3e2edc620a

View File

@@ -1,22 +0,0 @@
.go-to-line {
position: absolute;
width: 200px;
top: 0;
left: 50%;
margin-left: -100px;
box-sizing: border-box;
z-index: 99;
background-color: #484848;
border: 1px solid #444;
color: #d2d2d2;
box-shadow: 0 0 10px #000;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 5px;
cursor: pointer;
}
.go-to-line .message {
padding-top: 2px;
font-size: 11px;
}