change .list-action a into .list-action > a

This commit is contained in:
Uwe Steinmann 2026-01-13 17:44:45 +01:00
parent 6518493672
commit fc56d79120
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ span.list-details {
color: #666;
}
.list-action a {
.list-action > a {
text-decoration: none;
color: #333;
padding: 2px;

View File

@ -65,7 +65,7 @@ span.list-details {
color: #666;
}
.list-action a {
.list-action > a {
text-decoration: none;
color: #333;
padding: 2px;