grandlyon-sau: underline links on hover in linkcell (#40793)

This commit is contained in:
Serghei Mihai 2020-06-04 16:57:32 +02:00
parent 1d4e6f848c
commit d0eedab6f5
1 changed files with 7 additions and 2 deletions

View File

@ -95,8 +95,13 @@ div#main-content-wrapper {
}
}
.linkcell div.links-list ul > li > a::after {
transition: none;
.linkcell div.links-list ul > li > a {
&:hover {
text-decoration: underline;
}
&::after {
transition: none;
}
}
div#footer a {