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
7f3c85ec
Commit
7f3c85ec
authored
Apr 17, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove nested .bd-example
parent
8b93787f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
docs/components/buttons.md
docs/components/buttons.md
+10
-12
No files found.
docs/components/buttons.md
View file @
7f3c85ec
...
@@ -169,8 +169,7 @@ The checked state for these buttons is **only updated via `click` event** on the
...
@@ -169,8 +169,7 @@ The checked state for these buttons is **only updated via `click` event** on the
Note that pre-checked buttons require you to manually add the
`.active`
class to the input's
`<label>`
.
Note that pre-checked buttons require you to manually add the
`.active`
class to the input's
`<label>`
.
{% example html %}
{% example html %}
<div
class=
"bd-example"
>
<div
class=
"btn-group"
data-toggle=
"buttons"
>
<div
class=
"btn-group"
data-toggle=
"buttons"
>
<label
class=
"btn btn-primary active"
>
<label
class=
"btn btn-primary active"
>
<input
type=
"checkbox"
checked
autocomplete=
"off"
>
Checkbox 1 (pre-checked)
<input
type=
"checkbox"
checked
autocomplete=
"off"
>
Checkbox 1 (pre-checked)
</label>
</label>
...
@@ -180,7 +179,6 @@ Note that pre-checked buttons require you to manually add the `.active` class to
...
@@ -180,7 +179,6 @@ Note that pre-checked buttons require you to manually add the `.active` class to
<label
class=
"btn btn-primary"
>
<label
class=
"btn btn-primary"
>
<input
type=
"checkbox"
autocomplete=
"off"
>
Checkbox 3
<input
type=
"checkbox"
autocomplete=
"off"
>
Checkbox 3
</label>
</label>
</div>
</div>
</div>
{% endexample %}
{% endexample %}
...
...
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