_sass: navigation: disable padding on active on nav__items
This commit is contained in:
parent
4da00c4028
commit
b831905df1
1 changed files with 5 additions and 3 deletions
|
@ -476,12 +476,14 @@
|
||||||
}
|
}
|
||||||
/* hacks-guide change end */
|
/* hacks-guide change end */
|
||||||
|
|
||||||
|
/* hacks-guide change start: disable padding on active */
|
||||||
.active {
|
.active {
|
||||||
margin-left: -0.5em;
|
// margin-left: -0.5em;
|
||||||
padding-left: 0.5em;
|
// padding-left: 0.5em;
|
||||||
padding-right: 0.5em;
|
// padding-right: 0.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
/* hacks-guide change end */
|
||||||
|
|
||||||
@include breakpoint(max-width $large - 1px) {
|
@include breakpoint(max-width $large - 1px) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue