Match BIM comment dropdown styling

This commit is contained in:
CODEX
2026-06-20 18:27:01 +03:00
parent b4d66a92c5
commit 0556cc4ae3
2 changed files with 40 additions and 5 deletions
+1 -4
View File
@@ -282,9 +282,6 @@
<div id="settingsPanel" class="settings-panel hidden"></div>
<div id="commentContextMenu" class="nodedc-dropdown-surface bim-context-menu hidden" role="menu" aria-label="Действия по модели">
<button class="nodedc-dropdown-option bim-context-menu__item" data-comment-menu-action="create" type="button" role="menuitem">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M6.5 5.5h11a2.5 2.5 0 0 1 2.5 2.5v6.25a2.5 2.5 0 0 1-2.5 2.5H12l-4.3 3.1v-3.1H6.5A2.5 2.5 0 0 1 4 14.25V8a2.5 2.5 0 0 1 2.5-2.5Z"></path>
</svg>
<span>Комментарий</span>
</button>
</div>
@@ -573,6 +570,6 @@
<input id="fileInput" class="hidden" type="file"
accept=".xkt,.glb,.gltf,.bim,.las,.laz,.obj,.stl">
<script type="module" src="./dcViewer.js?v=32"></script>
<script type="module" src="./dcViewer.js?v=33"></script>
</body>
</html>