aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-11 23:35:22 -0800
committerMark Otto <[email protected]>2013-01-11 23:35:22 -0800
commit6f894c62a57fd93e9ba41230d794cd8ad48c03d1 (patch)
treed43af3c66e5720ed8a6d637317f6d7d357b9c50d /less
parent42efd9f7308568bd4773dbc854f8608a677833ae (diff)
downloadbootstrap-6f894c62a57fd93e9ba41230d794cd8ad48c03d1.tar.xz
bootstrap-6f894c62a57fd93e9ba41230d794cd8ad48c03d1.zip
Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less4
-rw-r--r--less/tables.less1
2 files changed, 2 insertions, 3 deletions
diff --git a/less/navbar.less b/less/navbar.less
index b5793beca..1e488d898 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -336,8 +336,8 @@
// Caret should match text color on hover
.navbar .nav li.dropdown > a:hover .caret {
- border-top-color: @navbarLinkColorActive;
- border-bottom-color: @navbarLinkColorActive;
+ border-top-color: @navbarLinkColorHover;
+ border-bottom-color: @navbarLinkColorHover;
}
// Remove background color from open dropdown
diff --git a/less/tables.less b/less/tables.less
index 73522996c..aa01e1025 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -122,7 +122,6 @@ table {
.border-bottom-right-radius(0);
}
-
// Special fixes to round the left border on the first td/th
caption + thead tr:first-child th:first-child,
caption + tbody tr:first-child td:first-child,