mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
refactor(upc): servername copy ip hover/focus styles
This commit is contained in:
@@ -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">•</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
|
||||
|
||||
Reference in New Issue
Block a user