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

Add Tooltips to arrow buttons

This commit is contained in:
Trevor Buckner
2022-06-03 15:38:26 -04:00
parent df41b58441
commit c9a182f1e2

View File

@@ -36,7 +36,7 @@
position : absolute; position : absolute;
width : 25px; width : 25px;
height : 25px; height : 25px;
border : 2px solid black; border : 2px solid #bbb;
border-radius : 15px; border-radius : 15px;
text-align : center; text-align : center;
font-size : 1.2em; font-size : 1.2em;
@@ -45,9 +45,11 @@
z-index : 999; z-index : 999;
box-shadow : 0 4px 5px #0000007f; box-shadow : 0 4px 5px #0000007f;
&.left{ &.left{
.tooltipLeft('Jump to locaton in Editor');
top : 30px; top : 30px;
} }
&.right{ &.right{
.tooltipRight('Jump to location in Preview');
top : 60px; top : 60px;
} }
&:hover{ &:hover{