Skip to content

Commit

Permalink
popover-inner -> popover__inner
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
  • Loading branch information
georgehrke committed Aug 24, 2020
1 parent 6916668 commit bdb3365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

.app-sidebar,
.event-popover .popover-inner {
.event-popover .popover__inner {

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

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

Expand All @@ -628,7 +628,7 @@
}

.event-popover {
.popover-inner {
.popover__inner {
text-align: left;
max-width: 450px;
width: 450px;
Expand All @@ -646,7 +646,7 @@
border-top-right-radius: var(--border-radius);
}

.popover-inner {
.popover__inner {
max-width: unset !important;
}

Expand Down

0 comments on commit bdb3365

Please sign in to comment.