Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Update bootstrap LESS #7673

@FezVrasta

Description

@FezVrasta

Could be possible update Bootstrap?

I'm working with a table inside a striped table:

<table class="table-striped">
  <tbody>
    <tr>
        <td>
            correctly striped
            <table>
                <tbody>
                    <tr>
                        <td>
                            still striped
                        </td>
                    </tr>
                </tbody>
            </table>
        </td>
    </tr>
  </tbody>
</table>

The inner table is striped even without the .table-striped class.
This bug was fixed in newer versions of Bootstrap, see:

old version:

.table-striped {

new version:
https://github.com/twbs/bootstrap/blob/fab10b643eb1a2038fb31305f0b038b7a9a8554d/less/tables.less#L108

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions