Update Lexxy and hide the highlighter for now

This commit is contained in:
Jorge Manrubia
2025-12-05 11:24:52 +01:00
parent 67f36886a1
commit 48ef7d0b98
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ GEM
logger (~> 1.6)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
lexxy (0.1.22.beta)
lexxy (0.1.23.beta)
rails (>= 8.0.2)
lint_roller (1.1.0)
logger (1.7.0)
+1 -1
View File
@@ -313,7 +313,7 @@ GEM
logger (~> 1.6)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
lexxy (0.1.20.beta)
lexxy (0.1.23.beta)
rails (>= 8.0.2)
lint_roller (1.1.0)
logger (1.7.0)
+5
View File
@@ -152,6 +152,11 @@
}
}
/* Temporarily hide the highlighter button until we tackle the styles */
[name="strikethrough"] + .lexxy-editor__toolbar-dropdown {
display: none;
}
.lexxy-editor__toolbar-overflow-menu {
background-color: var(--color-canvas);
border-radius: 0.5ch;