refactor(upc): servername copy ip hover/focus styles

This commit is contained in:
Zack Spear
2023-08-16 13:52:44 -07:00
parent 73c0930ce1
commit f74987b3e9

View File

@@ -92,7 +92,7 @@ onBeforeMount(() => {
<span class="text-right text-12px sm:text-18px hidden 2xs:block">{{ description }}</span>
<span class="text-gamma hidden md:inline-block px-8px">&bull;</span>
</template>
<button :title="t('Click to Copy LAN IP {0}', [lanIp])" @click="copyLanIp()">
<button :title="t('Click to Copy LAN IP {0}', [lanIp])" @click="copyLanIp()" class="opacity-100 hover:opacity-75 focus:opacity-75">
{{ name }}
</button>
<span