mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Need the stripes for PMs
This commit is contained in:
parent
dab0d61ac8
commit
1478aca7a5
1 changed files with 6 additions and 0 deletions
|
@ -2011,11 +2011,17 @@ a.card:is(:hover, :focus):visited {
|
|||
&:focus {
|
||||
background-image: var(--bg-gradient);
|
||||
}
|
||||
&.visibility-direct:focus {
|
||||
background-image: var(--bg-gradient), var(--yellow-stripes);
|
||||
}
|
||||
|
||||
@media (pointer: fine), (hover: hover) {
|
||||
&:hover {
|
||||
background-image: var(--bg-gradient);
|
||||
}
|
||||
&.visibility-direct:hover {
|
||||
background-image: var(--bg-gradient), var(--yellow-stripes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue