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
95c88a29
Commit
95c88a29
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
scratch that, tweaking dropdowns in tabs
parent
6dee40f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components.html
+1
-1
docs/components.html
lib/tabs-pills.less
+3
-16
lib/tabs-pills.less
with
4 additions
and
17 deletions
+4
-17
docs/components.html
+
1
-
1
View file @
95c88a29
...
@@ -427,7 +427,7 @@
...
@@ -427,7 +427,7 @@
<li><a
href=
"#"
>
Settings
</a></li>
<li><a
href=
"#"
>
Settings
</a></li>
<li><a
href=
"#"
>
Contact
</a></li>
<li><a
href=
"#"
>
Contact
</a></li>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
</a>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<span
class=
"caret"
></span>
</a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Secondary link
</a></li>
<li><a
href=
"#"
>
Secondary link
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
...
...
This diff is collapsed.
Click to expand it.
lib/tabs-pills.less
+
3
-
16
View file @
95c88a29
...
@@ -154,30 +154,17 @@
...
@@ -154,30 +154,17 @@
// Dropdowns in tabs
// Dropdowns in tabs
.tabs {
.tabs {
// first one for backwards compatibility
.menu-dropdown,
.dropdown-menu {
.dropdown-menu {
top: 3
5
px;
top: 3
6
px;
border-width: 1px;
border-width: 1px;
.border-radius(0 6px 6px 6px);
}
}
// first one for backwards compatibility
.dropdown-toggle .caret {
a.menu:after,
.dropdown-toggle:after {
border-top-color: #999;
margin-top: 15px;
margin-top: 15px;
margin-left: 5px;
margin-left: 5px;
}
}
// first one for backwards compatibility
.open .dropdown-toggle {
li.open.menu .menu,
.open.dropdown .dropdown-toggle {
border-color: #999;
border-color: #999;
}
}
// first one for backwards compatibility
li.open a.menu:after,
.dropdown.open .dropdown-toggle:after {
border-top-color: #555;
}
}
}
// Pills
// Pills
...
...
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