From 92fe4966c9e6ac98181457b68e0b5efd9bf86923 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Tue, 24 Jun 2014 14:49:37 +0100 Subject: [PATCH] Remove ember-hacks.css file No issue - Removes `ember-hacks.css` file and move some of its styles into Ghost-UI --- core/client/assets/css/ember-hacks.css | 71 -------------------------- core/server/views/default-ember.hbs | 1 - 2 files changed, 72 deletions(-) delete mode 100644 core/client/assets/css/ember-hacks.css diff --git a/core/client/assets/css/ember-hacks.css b/core/client/assets/css/ember-hacks.css deleted file mode 100644 index eb77e1acc5..0000000000 --- a/core/client/assets/css/ember-hacks.css +++ /dev/null @@ -1,71 +0,0 @@ -/* - Cosmetic changes to ghost styles, that help during development. - The contents should be solved properly or moved into ghost-ui package. -*/ - - -/* - Styles for GhostPopoverComponent - - hack the user menu and for the post-save button popup, - until ghost-ui gets a rehaul -*/ -.navbar .subnav ul.ghost-popover, -#publish-bar .splitbutton-save .editor-options.ghost-popover, -#publish-bar .splitbutton-delete .editor-options.ghost-popover{ - display: none; -} -#publish-bar .splitbutton-save .editor-options.ghost-popover.open, -#publish-bar .splitbutton-delete .editor-options.ghost-popover.open, -.navbar .subnav ul.ghost-popover.open { - display: block; -} - -.ghost-popover { - display: none; -} - -.ghost-popover.open { - display: block; -} - - -/* Fade in animation */ -.fade-in { - -o-animation: fadein 0.5s; /* Opera */ - -moz-animation: fadein 0.5s; /* Firefox */ - -webkit-animation: fadein 0.5s; /* Safari and Chrome */ - animation: fadein 0.5s; -} -@keyframes fadein { - from { - opacity:0; - } - to { - opacity:1; - } -} -@-o-keyframes fadein { /* Opera */ - from { - opacity:0; - } - to { - opacity: 1; - } -} -@-moz-keyframes fadein { /* Firefox */ - from { - opacity:0; - } - to { - opacity:1; - } -} -@-webkit-keyframes fadein { /* Safari and Chrome */ - from { - opacity:0; - } - to { - opacity:1; - } -} diff --git a/core/server/views/default-ember.hbs b/core/server/views/default-ember.hbs index 654b06ade1..80be672e9c 100644 --- a/core/server/views/default-ember.hbs +++ b/core/server/views/default-ember.hbs @@ -31,7 +31,6 @@ -