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

MushroomObserver / mushroom-observer / 25976335100
96%
main: 97%

Build:
Build:
LAST BUILD BRANCH: nimmo-context-nav-phlex
DEFAULT BRANCH: main
Ran 17 May 2026 12:03AM UTC
Jobs 1
Files 997
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

16 May 2026 11:58PM UTC coverage: 96.479%. Remained the same
25976335100

Pull #4275

github

nimmolo
Carousel thumb-button: theme-aware active state via CSS custom props

PR #4274 introduced the CSS-only "pressed" state for `.thumb_img_btn`
via `:has(input[type="radio"]:checked)` — but hardcoded BS3's default
gray colors. Those would look wrong in any dark theme.

Replace the hardcoded values with a new `button-active-state` Sass
mixin in `_form_elements.scss` that pulls from CSS custom
properties scoped to each `.btn-{variant}`. Each variant's
properties are derived from the theme-mapped Bootstrap variables
(`$btn-default-bg` etc., set in
`_map_theme_vars_to_bootstrap_vars.scss` from the per-theme
`$BUTTON_*` palette) using BS3's own `darken()` logic — same math
`button-variant` uses internally for `.btn-{variant}.active`.

Result: the carousel thumb button's pressed state now matches
whatever active-state colors the current theme would give a
`.btn-default.active` (or `.btn-primary.active`, etc. for future
button-styled controls that don't use `.btn-default`). Variant-
agnostic at the mixin level.

`@extend .btn-default.active` would have been the obvious approach
but Sass disallows extending compound selectors.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #4275: Carousel thumb button: theme-aware active state

38419 of 39821 relevant lines covered (96.48%)

659.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25976335100.1 17 May 2026 12:03AM UTC 997
96.48
GitHub Action Run
Source Files on build 25976335100
  • Tree
  • List 997
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25976335100
  • Pull Request #4275
  • PR Base - main (#25975743884)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc