Fix tab link hover styles applying to all children

This commit is contained in:
Alasdair Smith 2018-09-20 14:53:23 +01:00
parent bc1a8953a1
commit 6f794c32e1

View file

@ -6,14 +6,14 @@
margin-top: -@line-height-computed; //- adjusted for portal-name
padding: @padding-lg 0 @padding-md;
text-align: center;
}
a {
color: @link-color;
&:hover {
background-color: transparent!important;
border: 0!important;
color: @link-hover-color!important;
a {
color: @link-color;
&:hover {
background-color: transparent!important;
border: 0!important;
color: @link-hover-color!important;
}
}
}