remove styling for next/prev links - should be regular links
This commit is contained in:
parent
aaf056be3e
commit
fae022acae
|
@ -137,13 +137,6 @@ a.skip-link {
|
||||||
border-top: 1px solid $gray-dark;
|
border-top: 1px solid $gray-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-previous a,
|
|
||||||
.nav-next a,
|
|
||||||
.paged-navigation a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: $gray-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fixing BS dropdown in a dropdown
|
// Fixing BS dropdown in a dropdown
|
||||||
.dropdown-menu .dropdown-menu {
|
.dropdown-menu .dropdown-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Reference in New Issue