mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 22:21:49 +00:00
Fix tab link hover styles applying to all children
This commit is contained in:
parent
bc1a8953a1
commit
6f794c32e1
1 changed files with 7 additions and 7 deletions
|
@ -6,14 +6,14 @@
|
||||||
margin-top: -@line-height-computed; //- adjusted for portal-name
|
margin-top: -@line-height-computed; //- adjusted for portal-name
|
||||||
padding: @padding-lg 0 @padding-md;
|
padding: @padding-lg 0 @padding-md;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
color: @link-hover-color!important;
|
color: @link-hover-color!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue