diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-19 14:15:52 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-19 14:15:52 -0400 |
| commit | 9bff82f5d53f7d13802f8affc4759db0953d7dc7 (patch) | |
| tree | a41f4244a0e757504c7b9324b74541ee13c5f036 /src/client/views/collections/TabDocView.tsx | |
| parent | 84aa8806a62e2e957e8281d7d492139e3d8225f2 (diff) | |
made goldenlayout tabs/buttons follow color scheme + added hover highlights. got rid of old color scheme code.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index dab53b671..26aa5a121 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -132,6 +132,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { if (tab.element[0].children[1].children.length === 1) { iconWrap.className = 'lm_iconWrap lm_moreInfo'; + iconWrap.title = 'click for menu, drag to embed in document'; const dragBtnDown = (e: React.PointerEvent) => { setupMoveUpEvents( this, |
