frontend: avoid decoration when hover a list-item link
This commit is contained in:
parent
0bc42282aa
commit
15ae32090f
1 changed files with 4 additions and 0 deletions
|
@ -359,3 +359,7 @@ img {
|
||||||
background: linear-gradient(transparent 0%, rgb(233,236,239) 100%);
|
background: linear-gradient(transparent 0%, rgb(233,236,239) 100%);
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.list-group-item:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue