Skip to content

Commit

Permalink
Fix SCSS mixed declarations deprecation (mastodon#30986)
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap authored Jul 10, 2024
1 parent 9984fca commit 182b924
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,8 @@ body > [data-popper-placement] {
min-height: 54px;
border-bottom: 1px solid var(--background-border-color);
cursor: auto;
opacity: 1;
animation: fade 150ms linear;

@keyframes fade {
0% {
Expand All @@ -1377,9 +1379,6 @@ body > [data-popper-placement] {
}
}

opacity: 1;
animation: fade 150ms linear;

.media-gallery,
.video-player,
.audio-player,
Expand Down Expand Up @@ -4851,8 +4850,10 @@ a.status-card {
&__menu {
@include search-popout;

padding: 0;
background: $ui-secondary-color;
& {
padding: 0;
background: $ui-secondary-color;
}
}

&__menu-list {
Expand Down

0 comments on commit 182b924

Please sign in to comment.