Skip to content

Commit b50db2e

Browse files
committed
Force-show the buttons when the focus is visible
1 parent 555d1a3 commit b50db2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wcfsetup/install/files/style/ui/entryCardList.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ html[data-color-scheme="dark"] {
6060
transform: translateX(100%);
6161
opacity: 0;
6262
}
63+
64+
#content:has(:focus-visible) .entryCardList__item__buttons {
65+
transform: none;
66+
opacity: 1;
67+
}
6368
}
6469

6570
html[data-color-scheme="dark"] .entryCardList__item__buttons {

0 commit comments

Comments
 (0)