Skip to content

Commit

Permalink
fixup! popover-inner -> popover__inner
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Aug 25, 2020
1 parent bdb3365 commit a13e5fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.app-sidebar,
.event-popover .popover__inner {
padding: 5px 8px;

.app-sidebar-header__figure {
height: unset !important;
Expand Down Expand Up @@ -614,7 +615,7 @@
}

.timezone-popover-wrapper {
.tooltip-inner.popover__inner {
.popover__inner {
padding: 20px;
}

Expand All @@ -628,6 +629,8 @@
}

.event-popover {


.popover__inner {
text-align: left;
max-width: 450px;
Expand Down Expand Up @@ -694,8 +697,8 @@
}
}

.event-popover.tooltip[x-placement^='bottom'] {
.popover-arrow {
.event-popover[x-placement^='bottom'] {
.popover__arrow {
border-bottom-color: var(--color-background-dark);
}
}
Expand Down

0 comments on commit a13e5fc

Please sign in to comment.