Ghost/ghost/admin/app/styles/layouts
Kevin Ansfield 6dabb84e0a 🐛 fix sticky dropdown links (#621)
closes https://github.com/TryGhost/Ghost/issues/8269

- swaps the usage of our custom `gh-dropdown` component in the user menu dropdown for the `ember-wormhole` based `ember-basic-dropdown` that is used elsewhere in the app and will fully replace `gh-dropdown` in the future
- adds `gh-basic-dropdown` component that extends from `ember-basic-dropdown` and hooks into our `dropdown` service so that we can programatically close dropdowns from disparate areas of the app
- modifies the `body-event-listener` mixin to pass the click event through to it's consumers
- modifies the `bodyClick` handler in the `dropdown` service to check if the click actually originated from an ember-basic-dropdown element - this body click handler will go away once we've fully switched to `gh-basic-dropdown`
- adds `ember-native-dom-helpers` to provide consistency between acceptance and integration tests (this is the start of another refactor, eventually this addon will disappear as part of ember's [grand testing unification project](https://github.com/rwjblue/rfcs/blob/42/text/0000-grand-testing-unification.md))
2017-04-05 15:26:01 +01:00
..
about.css Update styles for content screen, buttons, and app frame 2017-02-16 19:50:05 +00:00
apps.css Update design screen styles, fix login bugs 2017-02-27 13:31:01 +07:00
auth.css Update design screen styles, fix login bugs 2017-02-27 13:31:01 +07:00
content.css Content filter style updates 2017-03-13 12:48:21 +02:00
editor.css 🐝 Safari fixes: (#596) 2017-03-20 12:33:06 +00:00
error.css Fixup broken error page styles 2015-06-08 12:14:58 +01:00
flow.css Update styles for content screen, buttons, and app frame 2017-02-16 19:50:05 +00:00
main.css 🐛 fix sticky dropdown links (#621) 2017-04-05 15:26:01 +01:00
packages.css Update styles for content screen, buttons, and app frame 2017-02-16 19:50:05 +00:00
settings.css Update design screen styles, fix login bugs 2017-02-27 13:31:01 +07:00
subscribers.css Style updates to new app frame for all other screens 2017-02-17 10:14:16 +00:00
tags.css Prototype nightshift 🌆 2017-02-17 12:31:12 -06:00
user.css Update styles for content screen, buttons, and app frame 2017-02-16 19:50:05 +00:00
users.css Update design screen styles, fix login bugs 2017-02-27 13:31:01 +07:00