From b0ca5e8aa097b2bb2b6e46100aa4c8af8bd3ec69 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 31 Oct 2014 19:59:12 +0100 Subject: [PATCH] remove abandoned file The file confirm_disable_feed isn't used anymore and the action disable-feed does't exists. --- templates/confirm_disable_feed.php | 10 ---------- themes/hello/css/app.css | 2 -- themes/hello/scss/_items.scss | 5 ----- 3 files changed, 17 deletions(-) delete mode 100644 templates/confirm_disable_feed.php diff --git a/templates/confirm_disable_feed.php b/templates/confirm_disable_feed.php deleted file mode 100644 index c8eba1b..0000000 --- a/templates/confirm_disable_feed.php +++ /dev/null @@ -1,10 +0,0 @@ - - -

- -
- - -
\ No newline at end of file diff --git a/themes/hello/css/app.css b/themes/hello/css/app.css index 997ae43..a97636a 100755 --- a/themes/hello/css/app.css +++ b/themes/hello/css/app.css @@ -351,8 +351,6 @@ section.page { content: "\f057"; } .items .item-menu li a[href*="action=enable-grabber-feed"]:before { content: "\f058"; } - .items .item-menu li a[href*="action=confirm-disable-feed"]:before { - content: "\f05c"; } .items .item-menu li a[href*="action=enable-feed"]:before { content: "\f05d"; } .items #bottom-menu { diff --git a/themes/hello/scss/_items.scss b/themes/hello/scss/_items.scss index d2cbee3..8e53a1e 100755 --- a/themes/hello/scss/_items.scss +++ b/themes/hello/scss/_items.scss @@ -120,11 +120,6 @@ content: "\f058"; } } - &[href*="action=confirm-disable-feed"] { - &:before { - content: "\f05c"; - } - } &[href*="action=enable-feed"] { &:before { content: "\f05d";