Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/packs/stylesheets/decidim/global_adjustments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@

.main-bar__links-desktop__item-wrapper div:has(a[aria-label="Activité"]) {
display: none;
}

#dc-dialog-wrapper.cookies__container,
#dc-modal,
a[data-dialog-open="dc-modal"],
li:has(a[data-dialog-open="dc-modal"]) {
display: none !important;
}
2 changes: 0 additions & 2 deletions spec/system/mobile_header_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
driven_by(:iphone)
switch_to_host(organization.host)
visit decidim.root_path
click_on(id: "dc-dialog-accept")
end

it "has a sticky header" do
Expand Down Expand Up @@ -79,7 +78,6 @@
switch_to_host(organization.host)
login_as user, scope: :user
visit decidim.root_path
click_on(id: "dc-dialog-accept")
end

it "displays an avatar on the header" do
Expand Down
Loading