Change synctex icons in new editor to not be bold GitOrigin-RevId: edb5aab8248c484b3791c0705dd571bdb405e612
@@ -68,6 +68,12 @@
border-radius: var(--border-radius-full);
box-shadow: 0 2px 4px 0 #1e253029;
}
+
+ .synctex-control {
+ .synctex-control-icon {
+ font-weight: normal;
+ }
.pdf .toolbar.toolbar-pdf {