Answer the question
In order to leave comments, you need to log in
How to implement this in less?
.navigation {
float: right;
&__item {
display: inline-block;
}
&__link {
font-size: 14px;
color: #c3c3c3;
text-transform: uppercase;
text-decoration: none;
display: block;
padding: 0 15px;
&:hover,
&:focus,
&.open {
color: #f58345;
}
}
}
.navigation__item.open .navigation__link {color: red}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question