diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss
index bb600ff83..afc582a3b 100644
--- a/app/assets/stylesheets/participation.scss
+++ b/app/assets/stylesheets/participation.scss
@@ -1094,7 +1094,7 @@
}
}
- .active {
+ .is-active {
color: $brand;
&::after {
diff --git a/app/views/budgets/investments/_view_mode.html.erb b/app/views/budgets/investments/_view_mode.html.erb
index 4ec42fc45..bc6c5aff7 100644
--- a/app/views/budgets/investments/_view_mode.html.erb
+++ b/app/views/budgets/investments/_view_mode.html.erb
@@ -11,7 +11,7 @@
<% if investments_default_view? %>
- -
+
-
<%= t("shared.view_mode.cards") %>
-
@@ -21,7 +21,7 @@
-
<%= link_to t("shared.view_mode.cards"), investments_minimal_view_path %>
- -
+
-
<%= t("shared.view_mode.list") %>
<% end %>
diff --git a/app/views/debates/_view_mode.html.erb b/app/views/debates/_view_mode.html.erb
index 06ec444f6..ed2d717b7 100644
--- a/app/views/debates/_view_mode.html.erb
+++ b/app/views/debates/_view_mode.html.erb
@@ -11,7 +11,7 @@
<% if debates_default_view? %>
- -
+
-
<%= t("shared.view_mode.cards") %>
-
@@ -21,7 +21,7 @@
-
<%= link_to t("shared.view_mode.cards"), debates_minimal_view_path %>
- -
+
-
<%= t("shared.view_mode.list") %>
<% end %>
diff --git a/app/views/proposals/_view_mode.html.erb b/app/views/proposals/_view_mode.html.erb
index 7b0952401..1d0a07855 100644
--- a/app/views/proposals/_view_mode.html.erb
+++ b/app/views/proposals/_view_mode.html.erb
@@ -11,7 +11,7 @@
<% if proposals_default_view? %>
- -
+
-
<%= t("shared.view_mode.cards") %>
-
@@ -21,7 +21,7 @@
-
<%= link_to t("shared.view_mode.cards"), proposals_minimal_view_path %>
- -
+
-
<%= t("shared.view_mode.list") %>
<% end %>