Skip to content

Commit

Permalink
remove underline on table dropdown, closes thomaspark#344
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 2, 2014
1 parent 9524cad commit a1da4a6
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 17 deletions.
6 changes: 3 additions & 3 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* bootswatch v3.2.0
* bootswatch v3.3.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
Expand Down Expand Up @@ -6346,8 +6346,8 @@ body {
.text-info:hover {
color: #9954bb;
}
table a:not(.btn),
.table a:not(.btn) {
table a:not(.btn):not(bd > a),
.table a:not(.btn):not(bd > a) {
text-decoration: underline;
}
table .success,
Expand Down
4 changes: 2 additions & 2 deletions cosmo/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ body {
table,
.table {

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

.dropdown-menu a {
text-decoration: none;
}

.success,
.warning,
.danger,
Expand Down
6 changes: 5 additions & 1 deletion cyborg/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
/*!
* bootswatch v3.2.0
* bootswatch v3.3.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
Expand Down Expand Up @@ -6348,6 +6348,10 @@ table a:not(.btn),
color: #fff;
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .text-muted,
.table .text-muted {
color: #888888;
Expand Down
4 changes: 2 additions & 2 deletions cyborg/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cyborg/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ table,
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}

.text-muted {
color: @text-muted;
}
Expand Down
6 changes: 5 additions & 1 deletion darkly/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* bootswatch v3.2.0
* bootswatch v3.3.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
Expand Down Expand Up @@ -6371,6 +6371,10 @@ table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .success,
.table .success,
table .warning,
Expand Down
4 changes: 2 additions & 2 deletions darkly/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions darkly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ table,
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}

.success,
.warning,
.danger,
Expand Down
4 changes: 4 additions & 0 deletions flatly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6365,6 +6365,10 @@ table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .success,
.table .success,
table .warning,
Expand Down
2 changes: 1 addition & 1 deletion flatly/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions flatly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ table,
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}

.success,
.warning,
.danger,
Expand Down
4 changes: 4 additions & 0 deletions lumen/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6434,6 +6434,10 @@ table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .success,
.table .success,
table .warning,
Expand Down
2 changes: 1 addition & 1 deletion lumen/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lumen/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ table,
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}

.success,
.warning,
.danger,
Expand Down
2 changes: 0 additions & 2 deletions spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@
}
}



// Typography =================================================================

// Tables =====================================================================
Expand Down
4 changes: 4 additions & 0 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6388,6 +6388,10 @@ table a:not(.btn),
color: #fff;
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .text-muted,
.table .text-muted {
color: #4e5d6c;
Expand Down
2 changes: 1 addition & 1 deletion superhero/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions superhero/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ table,
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}

.text-muted {
color: @text-muted;
}
Expand Down

0 comments on commit a1da4a6

Please sign in to comment.