eurelien-cd28-2022: remove arrows in desktop navigation (#71798)

This commit is contained in:
Corentin Sechet 2022-12-05 13:13:12 +01:00 committed by Gitea
parent 7410df8605
commit 182bf7cd32
1 changed files with 1 additions and 10 deletions

View File

@ -95,10 +95,6 @@ div.gru-nav .gru-nav-button {
&:hover .menu--link {
border-bottom-color: $yellow-4;
&:after {
content: "\ea78"; // arrow-up-s-line
}
&:not(:hover) {
color: white;
}
@ -118,18 +114,13 @@ div.gru-nav .gru-nav-button {
&--link {
margin: 0;
// right padding is set to small to let space for the dropdown icon
@media($min-desktop-viewport) {
padding-right: $space-small;
}
&::after {
content: "\ea6e"; // arrow-right-s-line
font-family: "RemixIcon";
@media($min-desktop-viewport) {
content: "\ea4e"; // arrow-down-s-line
margin-left: $space-small;
content: none;
}
}
}