Removed extra css

This commit is contained in:
Abdullah Almsaeed
2015-05-06 17:47:30 -04:00
parent c46d8723f7
commit 7bfbc542cc
3 changed files with 16 additions and 15 deletions

View File

@@ -3,6 +3,15 @@
* --------------
*/
.nav {
> li > a:hover,
> li > a:active,
> li > a:focus {
color: #444;
background: #f7f7f7;
}
}
/* NAV PILLS */
.nav-pills {
> li > a {
@@ -18,16 +27,11 @@
> li.active > a,
> li.active > a:hover,
> li.active > a:focus {
background-color: #f7f7f7;
border-top-color: @light-blue;
color: #444;
}
> li.active > a {
font-weight: 600;
}
> li > a:hover {
background-color: #f6f6f6;
}
}
/* NAV STACKED */
.nav-stacked {
@@ -39,10 +43,8 @@
}
> li.active > a,
> li.active > a:hover {
background-color: #f7f7f7;
border-top: 0;
border-left-color: @light-blue;
color: #444;
}
> li.header {