Fix unhidden column toggles in free version
This commit is contained in:
fraxle
2026-07-27 20:06:15 +01:00
parent 855ef07b50
commit 147e07a52f
3 changed files with 66 additions and 35 deletions
+12
View File
@@ -797,6 +797,18 @@
text-align: left;
}
/* Free tier: the button stays visible but opens the Extra upsell instead of
the Columns bar. Muted to read as locked, still obviously clickable. */
.col-toggles-edit-btn--locked {
background: #efe6d2;
border-color: #c0b090;
color: #9a8060;
}
.col-toggles-edit-btn--locked:hover {
color: #7a5c2a;
}
.col-toggles-edit-btn-icon {
width: 12px;
height: 12px;