Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🔥 remove unused popover components (#620)
Browse files Browse the repository at this point in the history
no issue

- `gh-popover` and `gh-popover-button` are no longer used in the codebase
- removing them seems prudent as we are moving towards a different approach for dropdowns/popovers/tethers etc
  • Loading branch information
kevinansfield authored and ErisDS committed Apr 5, 2017
1 parent 0e69d95 commit 75f6fe3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 91 deletions.
22 changes: 0 additions & 22 deletions app/components/gh-popover-button.js

This file was deleted.

7 changes: 0 additions & 7 deletions app/components/gh-popover.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/services/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Service from 'ember-service';
import Evented from 'ember-evented';
// This is used by the dropdown initializer (and subsequently popovers) to manage closing & toggling
// This is used by the dropdown initializer to manage closing & toggling
import BodyEventListener from 'ghost-admin/mixins/body-event-listener';

export default Service.extend(Evented, BodyEventListener, {
Expand Down
1 change: 0 additions & 1 deletion app/styles/app-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@import "components/dropdowns.css";
@import "components/pagination.css";
@import "components/badges.css";
@import "components/popovers.css";
@import "components/settings-menu.css";
@import "components/selectize.css";
@import "components/power-select.css";
Expand Down
1 change: 0 additions & 1 deletion app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@import "components/dropdowns.css";
@import "components/pagination.css";
@import "components/badges.css";
@import "components/popovers.css";
@import "components/settings-menu.css";
@import "components/selectize.css";
@import "components/power-select.css";
Expand Down
59 changes: 0 additions & 59 deletions app/styles/components/popovers.css

This file was deleted.

0 comments on commit 75f6fe3

Please sign in to comment.