mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Test change to :focus
This commit is contained in:
parent
60ca577f9b
commit
98f018913d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue