mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
move common overlay and popover css to static directory
This commit is contained in:
@@ -112,6 +112,8 @@ window.startup()
|
||||
|
||||
requireStylesheet 'reset.css'
|
||||
requireStylesheet 'atom.css'
|
||||
requireStylesheet 'overlay.css'
|
||||
requireStylesheet 'popover-list.css'
|
||||
|
||||
if nativeStylesheetPath = require.resolve("#{platform}.css")
|
||||
requireStylesheet(nativeStylesheetPath)
|
||||
|
||||
@@ -6,13 +6,11 @@
|
||||
"select-list.css",
|
||||
"tree-view.css",
|
||||
"tabs.css",
|
||||
"overlay.css",
|
||||
"status-bar.css",
|
||||
"markdown-preview.css",
|
||||
"fuzzy-finder.css",
|
||||
"command-panel.css",
|
||||
"command-logger.css",
|
||||
"popover-list.css",
|
||||
"notification.css"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user