summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/PopoverWithSlot.vue
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-06-20 11:52:15 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-06-20 11:52:15 +0300
commit931c2cad0da1a84e3df0745b385ec06d29cc2634 (patch)
treec5ee97bcd812a1a45cd645ab334613cdada13118 /src/components/Global/SilaComponents/PopoverWithSlot.vue
parent58d1eb3b899b730877299be6635adceb127fe6a9 (diff)
downloadwebui-vue-931c2cad0da1a84e3df0745b385ec06d29cc2634.tar.xz
fix Modals, Tables and Pages: event logs, inventoty, post logs, operttions, global styles
Diffstat (limited to 'src/components/Global/SilaComponents/PopoverWithSlot.vue')
-rw-r--r--src/components/Global/SilaComponents/PopoverWithSlot.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/SilaComponents/PopoverWithSlot.vue b/src/components/Global/SilaComponents/PopoverWithSlot.vue
index a9ec649b..44fb9640 100644
--- a/src/components/Global/SilaComponents/PopoverWithSlot.vue
+++ b/src/components/Global/SilaComponents/PopoverWithSlot.vue
@@ -135,7 +135,6 @@ export default {
// updated & popover positioned first
this.$nextTick(() => {
this.$nextTick(() => {
- console.log(ref);
(ref.$el || ref).focus();
});
});
@@ -158,6 +157,7 @@ export default {
margin: 0 28px 0 auto;
background: none;
border: none;
+ height: 25px;
&:active {
background-color: $faint-secondary-primary-5-hover !important;
box-shadow: none !important;