mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
kill go-to-line css in atom-ui-dark
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user