mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Make the background darker only in specific cases
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Darkswarm.directive "darkerBackground", ->
|
||||
restrict: "A"
|
||||
link: (scope, elm, attr)->
|
||||
elm.closest('.page-view').toggleClass("with-darker-background", true)
|
||||
Reference in New Issue
Block a user