BloomFeed Patch v0.22
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 330 KiB After Width: | Height: | Size: 148 KiB |
@@ -1105,6 +1105,12 @@ h1, h2, h3 {
|
|||||||
transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
|
transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* display:flex ci-dessus écrase le display:none du navigateur pour [hidden] —
|
||||||
|
il faut le rétablir explicitement pour que le filtrage JS fonctionne. */
|
||||||
|
.market-card[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.market-card:hover {
|
.market-card:hover {
|
||||||
transform: translateY(-3px);
|
transform: translateY(-3px);
|
||||||
box-shadow: var(--shadow-md);
|
box-shadow: var(--shadow-md);
|
||||||
|
|||||||
Reference in New Issue
Block a user