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
07718819
Commit
07718819
authored
9 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Plain Diff
Merge pull request #17133 from zacechola/btn_xs_removal
Remove btn-xs from dropdown docs
parents
761364f6
8dec4e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/button-dropdown.md
+0
-24
docs/components/button-dropdown.md
with
0 additions
and
24 deletions
+0
-24
docs/components/button-dropdown.md
+
0
-
24
View file @
07718819
...
...
@@ -235,20 +235,6 @@ Button dropdowns work with buttons of all sizes.
</div>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
<div
class=
"btn-toolbar"
role=
"toolbar"
>
<div
class=
"btn-group"
>
<button
class=
"btn btn-secondary btn-xs dropdown-toggle"
type=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extra small button
</button>
<div
class=
"dropdown-menu"
>
<a
class=
"dropdown-item"
href=
"#"
>
Action
</a>
<a
class=
"dropdown-item"
href=
"#"
>
Another action
</a>
<a
class=
"dropdown-item"
href=
"#"
>
Something else here
</a>
<div
class=
"dropdown-divider"
></div>
<a
class=
"dropdown-item"
href=
"#"
>
Separated link
</a>
</div>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
</div>
<!-- /example -->
{% highlight html %}
...
...
@@ -271,16 +257,6 @@ Button dropdowns work with buttons of all sizes.
...
</div>
</div>
<!-- Extra small button group -->
<div
class=
"btn-group"
>
<button
class=
"btn btn-secondary btn-xs dropdown-toggle"
type=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extra small button
</button>
<div
class=
"dropdown-menu"
>
...
</div>
</div>
{% endhighlight %}
### Dropup variation
...
...
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