0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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;
width : 25px;
height : 25px;
border : 2px solid black;
border : 2px solid #bbb;
border-radius : 15px;
text-align : center;
font-size : 1.2em;
@@ -45,9 +45,11 @@
z-index : 999;
box-shadow : 0 4px 5px #0000007f;
&.left{
.tooltipLeft('Jump to locaton in Editor');
top : 30px;
}
&.right{
.tooltipRight('Jump to location in Preview');
top : 60px;
}
&:hover{