Просмотр исходного кода

Merge pull request #26967 from overleaf/dp-synctex-not-bold

Change synctex icons in new editor to not be bold

GitOrigin-RevId: edb5aab8248c484b3791c0705dd571bdb405e612
David 1 год назад
Родитель
Сommit
e17eaf51d2

+ 6 - 0
services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss

@@ -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 {