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
2965adfe
Commit
2965adfe
authored
Aug 22, 2015
by
vsn4ik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dropped btn-xs and btn-group-xs from docs
parent
0b585b2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
docs/components/button-group.md
docs/components/button-group.md
+0
-7
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+1
-1
docs/migration.md
docs/migration.md
+8
-0
No files found.
docs/components/button-group.md
View file @
2965adfe
...
@@ -68,19 +68,12 @@ Instead of applying button sizing classes to every button in a group, just add `
...
@@ -68,19 +68,12 @@ Instead of applying button sizing classes to every button in a group, just add `
<button
type=
"button"
class=
"btn btn-secondary"
>
Middle
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
Middle
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
Right
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
Right
</button>
</div>
</div>
<br>
<div
class=
"btn-group btn-group-xs"
role=
"group"
aria-label=
"Extra small button group"
>
<button
type=
"button"
class=
"btn btn-secondary"
>
Left
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
Middle
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
Right
</button>
</div>
</div>
</div>
{% highlight html %}
{% highlight html %}
<div
class=
"btn-group btn-group-lg"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group btn-group-lg"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group btn-group-sm"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group btn-group-sm"
role=
"group"
aria-label=
"..."
>
...
</div>
<div
class=
"btn-group btn-group-xs"
role=
"group"
aria-label=
"..."
>
...
</div>
{% endhighlight %}
{% endhighlight %}
## Nesting
## Nesting
...
...
docs/examples/offcanvas/index.html
View file @
2965adfe
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<div
class=
"col-xs-12 col-sm-9"
>
<div
class=
"col-xs-12 col-sm-9"
>
<p
class=
"pull-right visible-xs"
>
<p
class=
"pull-right visible-xs"
>
<button
type=
"button"
class=
"btn btn-primary btn-
xs
"
data-toggle=
"offcanvas"
>
Toggle nav
</button>
<button
type=
"button"
class=
"btn btn-primary btn-
sm
"
data-toggle=
"offcanvas"
>
Toggle nav
</button>
</p>
</p>
<div
class=
"jumbotron"
>
<div
class=
"jumbotron"
>
<h1>
Hello, world!
</h1>
<h1>
Hello, world!
</h1>
...
...
docs/migration.md
View file @
2965adfe
...
@@ -77,6 +77,14 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
...
@@ -77,6 +77,14 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
-
Added a new
`~480px`
grid breakpoint, meaning there are now five total tiers.
-
Added a new
`~480px`
grid breakpoint, meaning there are now five total tiers.
### Buttons
-
Dropped the
`.btn-xs`
class entirely.
### Button group
-
Dropped the
`.btn-group-xs`
class entirely.
### Navs
### Navs
-
Dropped nearly all
`>`
selectors for simpler styling via un-nested classes.
-
Dropped nearly all
`>`
selectors for simpler styling via un-nested classes.
...
...
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