Improve tooltip text
This commit is contained in:
parent
acb24d9713
commit
4fe922cbfc
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<template>
|
||||
<a class="sync-button">
|
||||
<span class="material-symbols-outlined sync-icon" title="Reload from microscope">
|
||||
<span
|
||||
class="material-symbols-outlined sync-icon"
|
||||
title="Reread value from microscope. Required if microscope is updated externally"
|
||||
>
|
||||
sync
|
||||
</span>
|
||||
</a>
|
||||
|
|
@ -31,5 +34,4 @@ export default {
|
|||
color: #c5247f;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue