Skip to content

Commit

Permalink
spacelab: remove text-shadow on btn-link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 5, 2015
1 parent 651130d commit 8b05c0b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions spacelab/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
}
}

&-link {
text-shadow: none;
}

&:active,
&.active {
background-image: none;
Expand Down
3 changes: 3 additions & 0 deletions spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6987,6 +6987,9 @@ button.close {
filter: none;
border: 1px solid #860100;
}
.btn-link {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
Expand Down
2 changes: 1 addition & 1 deletion spacelab/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
}
}

&-link {
text-shadow: none;
}

&:active,
&.active {
background-image: none;
Expand Down

0 comments on commit 8b05c0b

Please sign in to comment.