Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$link-decoration: underline affects some components #30262

Merged
merged 16 commits into from Mar 5, 2020
Merged

$link-decoration: underline affects some components #30262

merged 16 commits into from Mar 5, 2020

Commits on Feb 20, 2020

  1. Update _buttons.scss

    Removed .btn redundant text-decoration when dom element is link (a.btn) and $link-decoration variable is set to 'underline'.
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    aca3080 View commit details
    Browse the repository at this point in the history
  2. Update _pagination.scss

    Removed redundant text-decoration when element is link with .page-link class (a.page-link) and $link-decoration variable is set to 'underline'.
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    37ad111 View commit details
    Browse the repository at this point in the history
  3. Update _pagination.scss

    .page-link property ordering
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    c4de21e View commit details
    Browse the repository at this point in the history
  4. Update _pagination.scss

    .page-link property ordering
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    9e74c10 View commit details
    Browse the repository at this point in the history
  5. Update _pagination.scss

    .page-link property ordering
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    f99d5d0 View commit details
    Browse the repository at this point in the history
  6. Update _pagination.scss

    .page-link property ordering
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    955caa9 View commit details
    Browse the repository at this point in the history
  7. Update _buttons.scss

    check $link-decoration variable for .btn "text-decoration: none"
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    2204f97 View commit details
    Browse the repository at this point in the history
  8. Update _pagination.scss

    check $link-decoration variable for .page-link "text-decoration: none"
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    6c917e6 View commit details
    Browse the repository at this point in the history
  9. Update _nav.scss

    .nav-link text-decoration: none;
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    2af07d3 View commit details
    Browse the repository at this point in the history
  10. Update _nav.scss

    .nav-link attr ordering
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    b0f0c36 View commit details
    Browse the repository at this point in the history
  11. Update _dropdown.scss

    text-decoration: none; for .dropdown-item
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    d301554 View commit details
    Browse the repository at this point in the history
  12. Update _list-group.scss

    text-decoration: none; for .list-group-item
    arthurshlain committed Feb 20, 2020
    Copy the full SHA
    523cdc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Copy the full SHA
    526c06a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Copy the full SHA
    9ea444d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Copy the full SHA
    090f6c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34c1e3c View commit details
    Browse the repository at this point in the history