Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
fix: Fix popover style in production build
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Nov 26, 2017
1 parent 2d255f5 commit f9a3901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Ly/LyPopover/LyPopover.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-popover popoverBaseClass="ly-popover tooltip" placement="bottom-end">
<v-popover placement="bottom-end">
<slot name="toggle"></slot>

<template slot="popover">
Expand All @@ -21,7 +21,7 @@
<style lang="scss">
$popover-arrow-color: $ly-color-grey-60;
.ly-popover.tooltip {
.popover.tooltip {
.tooltip-inner {
min-width: 10rem;
Expand Down

0 comments on commit f9a3901

Please sign in to comment.