mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
adding is-focused to body, and styling light ui
This commit is contained in:
@@ -28,6 +28,7 @@ windowAdditions =
|
||||
|
||||
$(window).on 'core:close', => @close()
|
||||
$(window).command 'window:close', => @close()
|
||||
$(window).on 'focus blur', => $("body").toggleClass("is-focused")
|
||||
|
||||
# This method is intended only to be run when starting a normal application
|
||||
# Note: RootView assigns itself on window on initialization so that
|
||||
|
||||
Reference in New Issue
Block a user