summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/PopoverWithSlot.vue
diff options
context:
space:
mode:
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;