Skip to content

Commit

Permalink
cosmo: fix selector bug, tweak list-group-active-border
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 2, 2014
1 parent 7e47920 commit a05eb92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4950,7 +4950,7 @@ a.list-group-item:focus {
z-index: 2;
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
border-color: #dddddd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
Expand Down Expand Up @@ -6346,10 +6346,14 @@ body {
.text-info:hover {
color: #9954bb;
}
table a:not(.btn):not(bd > a),
.table a:not(.btn):not(bd > a) {
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 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 @@ body {
table,
.table {

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

Expand Down
2 changes: 1 addition & 1 deletion cosmo/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
//** Background color of active list items
@list-group-active-bg: @component-active-bg;
//** Border color of active list elements
@list-group-active-border: @list-group-active-bg;
@list-group-active-border: @list-group-border;
//** Text color for content within active list items
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);

Expand Down

0 comments on commit a05eb92

Please sign in to comment.