TACC / Core-Styles

CSS dist files, source code, and build process for TACC-branded projects.
https://tacc.utexas.edu/static/ui
0 stars 0 forks source link

feat: DES-2806 breadcrumbs via mixin & sans `.s-` prefix #346

Closed wesleyboar closed 2 months ago

wesleyboar commented 3 months ago

Overview

  1. Support Bootstrap .breadcrumb.
  2. Use @mixin not @extend for breadcrumbs.

Related

Changes

Testing

Bootstrap breadcrumb

  1. Navigate to http://localhost:3000/components/detail/bootstrap3--breadcrumb.
  2. Verify link with no href looks "disabled".
  3. Verify last breadcrumb (which does not use <a>) does not look like a link.
  4. Verify "Major Navigation" is identical to .s-breadcrumbs "Major Navigation" (below).

TACC .s-breadcrumbs

  1. Navigate to http://localhost:3000/components/detail/s-breadcrumbs.
  2. Verify "Major Navigation" has:
    • space above and below
    • smaller font
    • bold text
    • bolder final crumb
  3. Verify "Deprecated Major Navigation" is identical to "Major Navigation".

UI

TACC s.-bradcrumbs Bootstrap3 .breadcrumb
TACC s-breadcrumbs Bootstrap breadcrumb