Skip to content

Commit

Permalink
Fixes #10694: Remove unnecessary content property from .caret
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 20, 2013
1 parent 02423ca commit ef636bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3224,7 +3224,6 @@ input[type="button"].btn-block {
border-right: 4px solid transparent;
border-bottom: 0 dotted;
border-left: 4px solid transparent;
content: "";
}

.dropdown {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion less/dropdowns.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
// we can just straight up remove this.
border-bottom: 0 dotted;
content: "";
}

// The dropdown wrapper (div)
Expand Down

0 comments on commit ef636bd

Please sign in to comment.