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
f37dbe53
Commit
f37dbe53
authored
Jul 09, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled links part of the examples now
parent
41f3af40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
docs/_includes/components/navs.html
docs/_includes/components/navs.html
+0
-24
No files found.
docs/_includes/components/navs.html
View file @
f37dbe53
...
...
@@ -121,30 +121,6 @@
{% endhighlight %}
<h2
id=
"nav-disabled-links"
>
Disabled links
</h2>
<p>
For any nav component (tabs or pills), add
<code>
.disabled
</code>
for
<strong>
gray links and no hover effects
</strong>
.
</p>
<div
class=
"bs-callout bs-callout-warning"
>
<h4>
Link functionality not impacted
</h4>
<p>
This class will only change the
<code>
<
a
>
</code>
's appearance, not its functionality. Use custom JavaScript to disable links here.
</p>
</div>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
role=
"tablist"
>
<li><a
href=
"#"
>
Clickable link
</a></li>
<li><a
href=
"#"
>
Clickable link
</a></li>
<li
class=
"disabled"
><a
href=
"#"
>
Disabled link
</a></li>
</ul>
</div>
{% highlight html %}
<ul
class=
"nav nav-pills"
role=
"tablist"
>
...
<li
class=
"disabled"
><a
href=
"#"
>
Disabled link
</a></li>
...
</ul>
{% endhighlight %}
<h2
id=
"nav-dropdowns"
>
Using dropdowns
</h2>
<p>
Add dropdown menus with a little extra HTML and the
<a
href=
"../javascript/#dropdowns"
>
dropdowns JavaScript plugin
</a>
.
</p>
...
...
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