Spaces:
Running
Running
thibaud frere
commited on
Commit
·
2efb227
1
Parent(s):
f42f85a
fix filters-quad hover
Browse files
app/src/content/embeds/filters-quad.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
.filters-quad__legend .item { display:inline-flex; align-items:center; gap:6px; white-space:nowrap; }
|
| 33 |
.filters-quad__legend .swatch { width:10px; height:10px; border-radius:50%; display:inline-block; }
|
| 34 |
|
| 35 |
-
.quad-cell { border:1px solid var(--border-color); border-radius:10px; background: var(--surface-bg); display:flex; flex-direction:column; position: relative;
|
| 36 |
/* Stacking order to ensure hover/tooltip overlays are not hidden by neighbors */
|
| 37 |
.filters-quad__grid .quad-cell:nth-child(1) { z-index: 4; } /* top-left */
|
| 38 |
.filters-quad__grid .quad-cell:nth-child(3) { z-index: 3; } /* bottom-left */
|
|
|
|
| 32 |
.filters-quad__legend .item { display:inline-flex; align-items:center; gap:6px; white-space:nowrap; }
|
| 33 |
.filters-quad__legend .swatch { width:10px; height:10px; border-radius:50%; display:inline-block; }
|
| 34 |
|
| 35 |
+
.quad-cell { border:1px solid var(--border-color); border-radius:10px; background: var(--surface-bg); display:flex; flex-direction:column; position: relative; }
|
| 36 |
/* Stacking order to ensure hover/tooltip overlays are not hidden by neighbors */
|
| 37 |
.filters-quad__grid .quad-cell:nth-child(1) { z-index: 4; } /* top-left */
|
| 38 |
.filters-quad__grid .quad-cell:nth-child(3) { z-index: 3; } /* bottom-left */
|