From c66f7cd8e94849b77fbc8d65fb70a6e8c1b7fc37 Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Fri, 7 Jul 2023 11:46:45 +0200 Subject: [PATCH] Fix disabled radio button tooltip Show the tooltip for a disabled radio button also while hovering over the component itself. Not only on the label behind it. Signed-off-by: Tatjana Dehler --- .../components/MountTypeSelector.vue | 15 ++++++--------- .../Preferences/VirtualMachineEmulation.vue | 15 ++++++--------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/pkg/rancher-desktop/components/MountTypeSelector.vue b/pkg/rancher-desktop/components/MountTypeSelector.vue index 433756b3bc9..f01eee97db9 100644 --- a/pkg/rancher-desktop/components/MountTypeSelector.vue +++ b/pkg/rancher-desktop/components/MountTypeSelector.vue @@ -138,6 +138,7 @@ export default Vue.extend({ > diff --git a/pkg/rancher-desktop/components/Preferences/VirtualMachineEmulation.vue b/pkg/rancher-desktop/components/Preferences/VirtualMachineEmulation.vue index 6684954fc26..0c3d55e83f2 100644 --- a/pkg/rancher-desktop/components/Preferences/VirtualMachineEmulation.vue +++ b/pkg/rancher-desktop/components/Preferences/VirtualMachineEmulation.vue @@ -104,6 +104,7 @@ export default (Vue as VueConstructor).extend({ > ).extend({ @input="onChange('experimental.virtualMachine.type', $event)" >