0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 20:03:02 +00:00

Add a Live Scroll lock/unlock below Brew/Source Jump buttons.

The button displays the *next* state of the toggle. IE, if the current state is locked ( Live scrolling is active ) the icon is unlock with a corresponding mouse-over.

It may be desirable to invert this.
This commit is contained in:
David Bolack
2024-05-18 22:17:29 -05:00
parent 8ece54701d
commit b7dc47fe9e
3 changed files with 30 additions and 4 deletions

View File

@@ -53,6 +53,14 @@
.tooltipRight('Jump to location in Preview');
top : 60px;
}
&.lock{
.tooltipRight('Lock cursor tracking between windows.');
top : 90px;
}
&.unlock{
.tooltipRight('Unlock cursor tracking between windows.');
top : 90px;
}
&:hover{
background-color: #666;
}