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
6f894c62
Commit
6f894c62
authored
Jan 11, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active
parent
42efd9f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-2
less/navbar.less
less/navbar.less
+2
-2
less/tables.less
less/tables.less
+0
-1
No files found.
docs/assets/css/bootstrap.css
View file @
6f894c62
...
@@ -4659,8 +4659,8 @@ input[type="submit"].btn.btn-mini {
...
@@ -4659,8 +4659,8 @@ input[type="submit"].btn.btn-mini {
}
}
.navbar
.nav
li
.dropdown
>
a
:hover
.caret
{
.navbar
.nav
li
.dropdown
>
a
:hover
.caret
{
border-top-color
:
#
555555
;
border-top-color
:
#
333333
;
border-bottom-color
:
#
555555
;
border-bottom-color
:
#
333333
;
}
}
.navbar
.nav
li
.dropdown.open
>
.dropdown-toggle
,
.navbar
.nav
li
.dropdown.open
>
.dropdown-toggle
,
...
...
less/navbar.less
View file @
6f894c62
...
@@ -336,8 +336,8 @@
...
@@ -336,8 +336,8 @@
// Caret should match text color on hover
// Caret should match text color on hover
.navbar .nav li.dropdown > a:hover .caret {
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColor
Active
;
border-top-color: @navbarLinkColor
Hover
;
border-bottom-color: @navbarLinkColor
Active
;
border-bottom-color: @navbarLinkColor
Hover
;
}
}
// Remove background color from open dropdown
// Remove background color from open dropdown
...
...
less/tables.less
View file @
6f894c62
...
@@ -122,7 +122,6 @@ table {
...
@@ -122,7 +122,6 @@ table {
.border-bottom-right-radius(0);
.border-bottom-right-radius(0);
}
}
// Special fixes to round the left border on the first td/th
// Special fixes to round the left border on the first td/th
caption + thead tr:first-child th:first-child,
caption + thead tr:first-child th:first-child,
caption + tbody tr:first-child td:first-child,
caption + tbody tr:first-child td:first-child,
...
...
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