Skip to content

Commit

Permalink
fix(search): Fix search links color
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Feb 23, 2023
1 parent 94ff5fc commit 69c42ef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions theme/themes/eea/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
cursor: pointer;
}

&:hover .language-link
{
&:hover .language-link {
color: @dropdownMenuItemColorHover;
}
}
Expand Down Expand Up @@ -371,7 +370,10 @@
.item {
padding: 0;
margin: 0;
cursor: pointer;

a {
color: @searchBoxSuggestionsTextColor;
}
}
}
}
Expand Down Expand Up @@ -443,8 +445,8 @@
height: @mobileMainSectionHeight;
align-items: center;
justify-content: center;
background-color: @burgerActionBackgroundColor;
border: none;
background-color: @burgerActionBackgroundColor;
cursor: pointer;
}

Expand All @@ -460,8 +462,8 @@
height: @mobileMainSectionHeight;
align-items: center;
justify-content: center;
background-color: @secondaryColor;
border: none;
background-color: @secondaryColor;
cursor: pointer;
}

Expand Down

0 comments on commit 69c42ef

Please sign in to comment.