Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ef636bd6
Commit
ef636bd6
authored
Sep 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #10694: Remove unnecessary `content` property from `.caret`
parent
02423caa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+0
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/dropdowns.less
less/dropdowns.less
+0
-1
No files found.
dist/css/bootstrap.css
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
{
...
...
dist/css/bootstrap.min.css
View file @
ef636bd6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/dropdowns.less
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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