mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
Update CSS class from text-muted to text-secondary for better Bootstrap compatibility (#1595)
This commit is contained in:
@@ -25,11 +25,11 @@ The `.table` class adds basic styling to a table:
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Paweł Kuna</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
UI Designer, Training
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
|
||||
<td class="text-secondary">
|
||||
User
|
||||
</td>
|
||||
<td>
|
||||
@@ -38,11 +38,11 @@ The `.table` class adds basic styling to a table:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jeffie Lewzey</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Chemical Engineer, Support
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
|
||||
<td class="text-secondary">
|
||||
Admin
|
||||
</td>
|
||||
<td>
|
||||
@@ -51,11 +51,11 @@ The `.table` class adds basic styling to a table:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mallory Hulme</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Geologist IV, Support
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
|
||||
<td class="text-secondary">
|
||||
User
|
||||
</td>
|
||||
<td>
|
||||
@@ -64,11 +64,11 @@ The `.table` class adds basic styling to a table:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dunn Slane</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Research Nurse, Sales
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">dslane3@epa.gov</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">dslane3@epa.gov</a></td>
|
||||
<td class="text-secondary">
|
||||
Owner
|
||||
</td>
|
||||
<td>
|
||||
@@ -77,11 +77,11 @@ The `.table` class adds basic styling to a table:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Emmy Levet</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
VP Product Management, Accounting
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">elevet4@senate.gov</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">elevet4@senate.gov</a></td>
|
||||
<td class="text-secondary">
|
||||
Admin
|
||||
</td>
|
||||
<td>
|
||||
@@ -165,11 +165,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Paweł Kuna</td>
|
||||
<td class="text-muted">UI Designer, Training</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">UI Designer, Training</td>
|
||||
<td class="text-secondary">
|
||||
<a href="#" class="text-reset">paweluna@howstuffworks.com</a>
|
||||
</td>
|
||||
<td class="text-muted">User</td>
|
||||
<td class="text-secondary">User</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium
|
||||
quaerat quo repellendus, voluptates.</td>
|
||||
@@ -199,11 +199,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Paweł Kuna</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
UI Designer, Training
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
|
||||
<td class="text-secondary">
|
||||
User
|
||||
</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
@@ -216,11 +216,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jeffie Lewzey</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Chemical Engineer, Support
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
|
||||
<td class="text-secondary">
|
||||
Admin
|
||||
</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
@@ -233,11 +233,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mallory Hulme</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Geologist IV, Support
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
|
||||
<td class="text-secondary">
|
||||
User
|
||||
</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
@@ -250,11 +250,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dunn Slane</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
Research Nurse, Sales
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">dslane3@epa.gov</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">dslane3@epa.gov</a></td>
|
||||
<td class="text-secondary">
|
||||
Owner
|
||||
</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
@@ -267,11 +267,11 @@ If you don't want the table cell content to wrap to another line, use the `table
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Emmy Levet</td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary">
|
||||
VP Product Management, Accounting
|
||||
</td>
|
||||
<td class="text-muted"><a href="#" class="text-reset">elevet4@senate.gov</a></td>
|
||||
<td class="text-muted">
|
||||
<td class="text-secondary"><a href="#" class="text-reset">elevet4@senate.gov</a></td>
|
||||
<td class="text-secondary">
|
||||
Admin
|
||||
</td>
|
||||
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt
|
||||
|
||||
Reference in New Issue
Block a user