medienbaecker / kirby-modules

Plugin for modular Kirby websites
MIT License
73 stars 7 forks source link

[Kirby 3.6] Breadcrumb item not hidden #31

Closed medienbaecker closed 2 years ago

medienbaecker commented 2 years ago

Bad news

The breadcrumb markup has been changed to an <ol> with wrapping <li> elements. This prevents this CSS to work:

.k-topbar-crumbs a[href$="+modules"] {
  display: none;
}

Good news

Once https://github.com/getkirby/kirby/pull/3621 is merged, show: false can be used instead.

medienbaecker commented 2 years ago

Update: I don't know why, but development on https://github.com/getkirby/kirby/pull/3621 has not progressed since months.

I can't do much about this issue on my end. Once browsers support the CSS :has() it will be easily possible, though. This release already includes the necessary CSS change: Kirby Modules 2.2.3.

medienbaecker commented 2 years ago

This issue is closed by https://github.com/medienbaecker/kirby-modules/pull/33