• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coreui / coreui-pro / 32955224714
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: fix/tooltip-hover-bridge-v6
DEFAULT BRANCH: main
Ran 26 Aug 2026 09:53AM UTC
Jobs 1
Files 68
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Aug 2026 09:51AM UTC coverage: 93.105% (-0.007%) from 93.112%
32955224714

push

github

web-flow
fix: stop Safari adding a marker line above nav, pagination and menu items (#916)

Safari lays out a list-marker line box for an `<li>` that computes to
`display: list-item` under `list-style-type: ""` whenever its child is a
flex container holding an `<svg>`. Every item with an icon therefore
rendered one line-height taller than its link — 24px at the default font
size — so navs, the navbar, the header nav, the sidebar nav, pagination
and menus all sat too tall and too loose. Chromium and Firefox lay the
same markup out correctly.

Give those item elements a display of their own so they stop generating
a marker: `.nav-item`, `.page-item` and the bare `<li>` children of
`.menu` become flex. The sidebar's `.nav-item` carries a link plus an
optional sub-list, so it keeps them stacked with `flex-direction:
column` instead of the row a plain `display: flex` would give it.

Item heights now match between Safari and Chromium across nav, nav-tabs,
nav-pills, nav-underline, nav-fill, nav-justified, navbar-nav,
header-nav, pagination, menu and a navbar dropdown; widths are unchanged
in both engines.

4619 of 5202 branches covered (88.79%)

Branch coverage included in aggregate %.

8831 of 9244 relevant lines covered (95.53%)

392.96 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
64.63
-0.61% js/src/navigation.ts
Jobs
ID Job ID Ran Files Coverage
1 32955224714.1 26 Aug 2026 09:53AM UTC 68
93.11
GitHub Action Run
Source Files on build 32955224714
  • Tree
  • List 68
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32955224714
  • b16ece49 on github
  • Prev Build on v6-dev (#32951526552)
  • Next Build on v6-dev (#32955230437)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc