mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 00:01:55 +03:00
Fix focus style not working for news' images
This commit is contained in:
parent
b6d8c46e2c
commit
0678366566
1 changed files with 4 additions and 4 deletions
|
@ -108,10 +108,6 @@
|
|||
);
|
||||
transition: background-position-y 0.15s ease-out;
|
||||
|
||||
&:is(:hover, :focus-visible) {
|
||||
background-position-y: -40px;
|
||||
}
|
||||
|
||||
figure {
|
||||
flex-grow: 1;
|
||||
margin: 0 0 -16px;
|
||||
|
@ -148,6 +144,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:is(:hover, :focus-visible) article {
|
||||
background-position-y: -40px;
|
||||
}
|
||||
|
||||
.article-body {
|
||||
padding: 0 8px 8px;
|
||||
line-height: 1.3;
|
||||
|
|
Loading…
Add table
Reference in a new issue