Skip to content

Commit

Permalink
remove underline on buttons in tables, closes thomaspark#267
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 2, 2014
1 parent fd47406 commit 81d021b
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6210,8 +6210,8 @@ button.close {
.table-responsive > .table {
background-color: transparent;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
table,
.table {

a {
a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
4 changes: 2 additions & 2 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6199,8 +6199,8 @@ button.close {
.text-info:hover {
color: #9954bb;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
table,
.table {

a {
a:not(.btn) {
text-decoration: underline;
}

Expand Down
4 changes: 2 additions & 2 deletions cyborg/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6198,8 +6198,8 @@ table,
.table {
color: #fff;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion cyborg/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cyborg/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ table,
.table {
color: #fff;

a {
a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
4 changes: 2 additions & 2 deletions darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6219,8 +6219,8 @@ button.close {
.text-info:hover {
color: #3498db;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
Expand Down
2 changes: 1 addition & 1 deletion darkly/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion darkly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
table,
.table {

a {
a:not(.btn) {
text-decoration: underline;
}

Expand Down
4 changes: 2 additions & 2 deletions flatly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6213,8 +6213,8 @@ button.close {
.text-info:hover {
color: #3498db;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
Expand Down
2 changes: 1 addition & 1 deletion flatly/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flatly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
table,
.table {

a {
a:not(.btn) {
text-decoration: underline;
}

Expand Down
20 changes: 10 additions & 10 deletions lumen/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6282,8 +6282,8 @@ button.close {
.text-info:hover {
color: #75caeb;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
Expand All @@ -6296,14 +6296,14 @@ table .info,
.table .info {
color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
table .success a:not(.btn),
.table .success a:not(.btn),
table .warning a:not(.btn),
.table .warning a:not(.btn),
table .danger a:not(.btn),
.table .danger a:not(.btn),
table .info a:not(.btn),
.table .info a:not(.btn) {
color: #fff;
}
table > thead > tr > th,
Expand Down
2 changes: 1 addition & 1 deletion lumen/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lumen/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
table,
.table {

a {
a:not(.btn) {
text-decoration: underline;
}

Expand All @@ -169,7 +169,7 @@ table,
.info {
color: #fff;

a {
a:not(.btn) {
color: #fff;
}
}
Expand Down
2 changes: 1 addition & 1 deletion slate/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6347,7 +6347,7 @@ h6 {
.text-info:hover {
color: #5bc0de;
}
.table a {
.table a:not(.btn) {
text-decoration: underline;
}
.table .success,
Expand Down
2 changes: 1 addition & 1 deletion slate/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slate/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ h1, h2, h3, h4, h5, h6 {

.table {

a {
a:not(.btn) {
text-decoration: underline;
}

Expand Down
4 changes: 2 additions & 2 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6235,8 +6235,8 @@ table,
.table {
font-size: 12px;
}
table a,
.table a {
table a:not(.btn),
.table a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion superhero/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion superhero/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ table,
.table {
font-size: 12px;

a {
a:not(.btn) {
color: #fff;
text-decoration: underline;
}
Expand Down
6 changes: 3 additions & 3 deletions tests/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,9 @@ <h2 id="tables-row-classes">Contextual table classes</h2>
</tr>
<tr class="danger">
<td>3</td>
<td>Column content</td>
<td>Column content</td>
<td><a href="#">Column content</a></td>
<td><a class="btn btn-default">Default</button></td>
<td><a class="btn btn-primary">Primary</button></td>
<td><a class="btn btn-primary">Primary</button></td>
</tr>
<tr class="warning">
<td>5</td>
Expand Down

0 comments on commit 81d021b

Please sign in to comment.