mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move package CSS files to stylesheets directory
This commit is contained in:
@@ -5,8 +5,6 @@ _ = require 'underscore'
|
||||
module.exports =
|
||||
class WrapGuide extends View
|
||||
@activate: (rootView, state) ->
|
||||
requireStylesheet 'wrap-guide.css'
|
||||
|
||||
for editor in rootView.getEditors()
|
||||
if rootView.parents('html').length
|
||||
@appendToEditorPane(rootView, editor)
|
||||
|
||||
8
src/packages/wrap-guide/stylesheets/wrap-guide.css
Normal file
8
src/packages/wrap-guide/stylesheets/wrap-guide.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.wrap-guide {
|
||||
height: 100%;
|
||||
width: 1px;
|
||||
background: rgba(150, 150, 150, .30);
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user