Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ef636bd6
Commit
ef636bd6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#10694
: Remove unnecessary `content` property from `.caret`
parent
02423caa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+0
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/dropdowns.less
+0
-1
less/dropdowns.less
with
1 addition
and
3 deletions
+1
-3
dist/css/bootstrap.css
+
0
-
1
View file @
ef636bd6
...
@@ -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.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
ef636bd6
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
0
-
1
View file @
ef636bd6
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment