From d55e5e25b474aa7a87fd539b6816d48f1664eb2e Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Fri, 1 Feb 2013 15:28:30 -0800 Subject: [PATCH] kill go-to-line editor style, it's defined elsewhere. --- themes/atom-dark-ui/go-to-line.css | 5 ----- themes/atom-light-ui/go-to-line.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/themes/atom-dark-ui/go-to-line.css b/themes/atom-dark-ui/go-to-line.css index 4ceec81aa..c1e5ad04e 100644 --- a/themes/atom-dark-ui/go-to-line.css +++ b/themes/atom-dark-ui/go-to-line.css @@ -16,11 +16,6 @@ cursor: pointer; } -.go-to-line .editor { - box-sizing: border-box; - padding: 5px; -} - .go-to-line .message { padding-top: 2px; font-size: 11px; diff --git a/themes/atom-light-ui/go-to-line.css b/themes/atom-light-ui/go-to-line.css index 9f6c3ec8b..70430ddea 100644 --- a/themes/atom-light-ui/go-to-line.css +++ b/themes/atom-light-ui/go-to-line.css @@ -16,11 +16,6 @@ cursor: pointer; } -.go-to-line .editor { - box-sizing: border-box; - padding: 5px; -} - .go-to-line .message { padding-top: 2px; font-size: 11px;