0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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;
}
&.lock{
.tooltipRight('Unlock cursor tracking between windows.');
.tooltipRight('De-sync Editor and Preview locations.');
top : 90px;
background: #666;
}
&.unlock{
.tooltipRight('Lock cursor tracking between windows.');
.tooltipRight('Sync Editor and Preview locations');
top : 90px;
}
&:hover{