Fix hover styles, remove link underline on special page

Change-Id: Ie144eed5295a8c8fa6239c28f7f2a15d493fd775
This commit is contained in:
Ed Sanders 2020-07-24 20:34:43 +01:00
parent f44df2f728
commit 2faa1fe512
2 changed files with 1 additions and 6 deletions

View file

@ -23,6 +23,7 @@
}
&:hover {
text-decoration: none;
background-color: #ececec;
}

View file

@ -9,12 +9,6 @@
border-top: 0;
}
> a,
&:hover > a {
text-decoration: none;
color: @grey-medium;
}
&:not( :hover ) a,
#p-personal &:not( :hover ) a.new {
color: @grey-medium;