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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user