Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
eaf464a2
Commit
eaf464a2
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
increase specifity of .pills li.active for dropdowns
parent
cb9234ba
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/bootstrap.css
less/navs.less
+4
-4
less/navs.less
with
6 additions
and
6 deletions
+6
-6
docs/assets/bootstrap.zip
+
0
-
0
View file @
eaf464a2
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
2
-
2
View file @
eaf464a2
...
...
@@ -2318,7 +2318,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
.nav-list
>
li
>
a
{
padding
:
3px
15px
;
}
.nav-list
.active
>
a
,
.nav-list
.active
>
a
:hover
{
.nav-list
>
.active
>
a
,
.nav-list
>
.active
>
a
:hover
{
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#0088cc
;
...
...
@@ -2391,7 +2391,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
-moz-border-radius
:
5px
;
border-radius
:
5px
;
}
.nav-pills
.active
>
a
,
.nav-pills
.active
>
a
:hover
{
.nav-pills
>
.active
>
a
,
.nav-pills
>
.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#0088cc
;
}
...
...
This diff is collapsed.
Click to expand it.
less/navs.less
+
4
-
4
View file @
eaf464a2
...
...
@@ -55,8 +55,8 @@
.nav-list > li > a {
padding: 3px 15px;
}
.nav-list .active > a,
.nav-list .active > a:hover {
.nav-list
>
.active > a,
.nav-list
>
.active > a:hover {
color: @white;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor;
...
...
@@ -138,8 +138,8 @@
}
// Active state
.nav-pills .active > a,
.nav-pills .active > a:hover {
.nav-pills
>
.active > a,
.nav-pills
>
.active > a:hover {
color: @white;
background-color: @linkColor;
}
...
...
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
Menu
Explore
Projects
Groups
Snippets