added .collaboratorship-link h3 a:hover selector to remove text-decoration on hover
This commit is contained in:
parent
a03b590446
commit
0912b8cf41
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ span.incomplete-data-holder,
|
||||||
font-size: .9em !important;
|
font-size: .9em !important;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.collaboratorship-link h3 a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.collaboratorship-link-container {
|
.collaboratorship-link-container {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue