mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Clean up dead code after Angular brand story removal
- Delete HomeCtrl controller file (nothing references it anymore) - Remove misplaced .text-vbig class from <details> (was on the old <a> toggle; summary has no visible text) - Remove redundant cursor: pointer on #brand-story-text (<summary> already sets it) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
angular.module('Darkswarm').controller "HomeCtrl", ($scope) ->
|
||||
# Controller kept for potential future use
|
||||
@@ -6,7 +6,7 @@
|
||||
%p
|
||||
= t :brandstory_intro
|
||||
|
||||
%details#brand-story-text.text-vbig
|
||||
%details#brand-story-text
|
||||
%summary
|
||||
%i.ofn-i_005-caret-down
|
||||
%i.ofn-i_006-caret-up
|
||||
|
||||
@@ -72,7 +72,6 @@
|
||||
}
|
||||
|
||||
#brand-story-text {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user