1
0
Fork 0

Test change to :focus

This commit is contained in:
Lim Chee Aun 2024-02-10 20:21:03 +08:00
parent 60ca577f9b
commit 98f018913d

View file

@ -1974,7 +1974,7 @@ a.card:is(:hover, :focus):visited {
& {
border-color: var(--outline-hover-color);
}
.status-focus:has(&):has(.status:hover) {
.status-focus:has(&):has(.status:focus) {
transition: background-color 0.1s ease-out 0.3s;
background-color: var(--bg-faded-blur-color);
}