summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index fcb6688..81f4e07 100644
--- a/cgit.css
+++ b/cgit.css
@@ -39,14 +39,14 @@ div#cgit .libravatar-avatar .on-hover {
height: 128px;
}
div#cgit .libravatar-avatar:hover .on-hover,
-div#cgit .libravatar-avatar:focus-within .on-hover {
+div#cgit .libravatar-avatar:active .on-hover {
display: block;
position: absolute;
margin-left: 1.5rem;
background-color: #000;
border-radius: var(--radius-lg);
}
-div#cgit .libravatar-avatar:focus-within .on-hover {
+div#cgit .libravatar-avatar:active .on-hover {
width: 256px;
height: 256px;
}