diff --git a/lib/plausible_web/live/funnel_settings/form.ex b/lib/plausible_web/live/funnel_settings/form.ex index fc5ad72ea..7d8642d1d 100644 --- a/lib/plausible_web/live/funnel_settings/form.ex +++ b/lib/plausible_web/live/funnel_settings/form.ex @@ -29,13 +29,13 @@ defmodule PlausibleWeb.Live.FunnelSettings.Form do options={Enum.map(@goals, fn goal -> {goal.id, Plausible.Goal.display_name(goal)} end)} /> - Add another step + + Add another step -

- - - - +
+ + +
+ """ @@ -45,7 +45,7 @@ defmodule PlausibleWeb.Live.FunnelSettings.Form do def input(assigns) do ~H""" - + """ end diff --git a/lib/plausible_web/live/funnel_settings/input_picker.ex b/lib/plausible_web/live/funnel_settings/input_picker.ex index 4f05bd20a..b5b418c85 100644 --- a/lib/plausible_web/live/funnel_settings/input_picker.ex +++ b/lib/plausible_web/live/funnel_settings/input_picker.ex @@ -10,13 +10,15 @@ defmodule PlausibleWeb.Live.FunnelSettings.InputPicker do attr :goal_id, :string, default: "" attr :higlighted, :integer, default: nil + ## XXX handle phx-blur properly on tab def render(assigns) do ~H"""
- + +
diff --git a/lib/plausible_web/templates/site/settings_goals.html.eex b/lib/plausible_web/templates/site/settings_goals.html.eex index 41531ebd2..bfacd59e0 100644 --- a/lib/plausible_web/templates/site/settings_goals.html.eex +++ b/lib/plausible_web/templates/site/settings_goals.html.eex @@ -24,6 +24,6 @@ <%= link("+ Add goal", to: "/#{URI.encode_www_form(@site.domain)}/goals/new", class: "button mt-6") %> <%= if Enum.count(@goals) >= 2 do %> - <%= link("Set up funnels", to: Routes.site_path(@conn, :settings_funnels, @site.domain), class: "button mt-6 ml-2") %> + <%= link("Set up funnels", to: Routes.site_path(@conn, :settings_funnels, @site.domain), class: "mt-6 ml-2 text-indigo-600 underline text-sm") %> <% end %>