0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 09:22:38 +00:00

Update tooltips for locking.

This commit is contained in:
David Bolack
2024-09-07 21:38:07 -05:00
parent 7a37bf47c5
commit fa74fb4ada

View File

@@ -54,12 +54,12 @@
top : 60px; top : 60px;
} }
&.lock{ &.lock{
.tooltipRight('Unlock cursor tracking between windows.'); .tooltipRight('De-sync Editor and Preview locations.');
top : 90px; top : 90px;
background: #666; background: #666;
} }
&.unlock{ &.unlock{
.tooltipRight('Lock cursor tracking between windows.'); .tooltipRight('Sync Editor and Preview locations');
top : 90px; top : 90px;
} }
&:hover{ &:hover{