lanester: remove desktop nav arrows (#63054)

This commit is contained in:
Nicolas Roche 2022-03-22 13:35:34 +01:00
parent a4fb0e1226
commit 1daca6e074
1 changed files with 0 additions and 17 deletions

View File

@ -38,23 +38,6 @@ div.gru-nav-wrapper {
}
}
}
// - desktop
@media ($min-desktop-viewport) {
div.gru-nav-wrapper {
.gru-nav > ul {
> li > a:after {
font-family: fontawesome, sans-serif;
content: "\f107";
margin-left: 5px;
}
> li.selected, > li:hover {
> a:after {
color: $blue;
}
}
}
}
}
// Content
.gru-content {