Remove sidebar link underlining
This commit is contained in:
parent
c62dffbb02
commit
603c7746ce
1 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,8 @@ export default {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tabtitle a :hover {
|
||||
text-decoration: none;
|
||||
a:hover,
|
||||
.uk-link:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue