Closed nelizondo227 closed 11 months ago
I have a quick and dirty patch for this:
@@ -434,22 +454,37 @@
button:nth-child(1):before {
content: "H1";
}
+
button:nth-child(2):before {
content: "H2";
}
+
button:nth-child(3):before {
content: "H3";
}
- button:nth-child(4):before {
+ }
+
+ .tox-toolbar__group:nth-child(5) {
+ button:nth-child(1):before {
@include icon(minus);
}
- button:nth-child(5):before {
+ }
+
+ .tox-toolbar__group:nth-child(6) {
+
+ button:nth-child(1):before {
@include icon(text-quote);
}
- button:nth-child(6):before {
+ }
+
+ .tox-toolbar__group:nth-child(7) {
+ button:nth-child(1):before {
@include icon(tablecells-badge-ellipsis);
}
- button:nth-child(7):before {
+ }
+
+ .tox-toolbar__group:nth-child(8) {
+ button:nth-child(1):before {
@include icon(clock);
}
}
But I would like to wait and get some direction on #110 and #109 to see if I am merging these changes in correctly.
Thanks @kristophercrawford , that was really helpful!
Joplin 2.13.9 (prod, darwin) macOS theme: 1.3.13
The buttons work, but the icon is not displayed.
Thanks