Added tabindex for items in Home tab, still not clickable with enter

This commit is contained in:
RemixDev
2020-09-23 17:40:38 +02:00
parent 0ff20aa594
commit 70813bdefc
4 changed files with 10 additions and 2 deletions

View File

@@ -303,6 +303,10 @@ a {
padding: 10px;
cursor: pointer;
}
&:focus {
opacity: 1;
}
}
&:hover {