Bug 32320: Remove text-shadow from header menu links

This patch unsets the text-shadow style on links in the header menu.
This makes the links look a little crisper. The style is inherited from
Bootstrap's defaults and is incorrect for our design.

To test, apply the patch and rebuild the staff interface CSS.

View any page in the staff interface to confirm that header menu links
look correct.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2022-11-22 12:10:20 +00:00 committed by Tomas Cohen Arazi
parent 69ddb83f41
commit 84f9e30810
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -6,6 +6,7 @@ a.navbar-toggle {
.navbar-nav > li > a {
overflow: hidden;
color: #FFFFFF;
text-shadow: unset;
&:hover, &:active {
border-bottom: 1px #FFFFFF;