Commit ef636bd6 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #10694: Remove unnecessary `content` property from `.caret`

parent 02423caa
Showing with 1 addition and 3 deletions
+1 -3
...@@ -3224,7 +3224,6 @@ input[type="button"].btn-block { ...@@ -3224,7 +3224,6 @@ input[type="button"].btn-block {
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-bottom: 0 dotted; border-bottom: 0 dotted;
border-left: 4px solid transparent; border-left: 4px solid transparent;
content: "";
} }
.dropdown { .dropdown {
......
This diff is collapsed.
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed, // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
// we can just straight up remove this. // we can just straight up remove this.
border-bottom: 0 dotted; border-bottom: 0 dotted;
content: "";
} }
// The dropdown wrapper (div) // The dropdown wrapper (div)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment