Fix SCSS mixed declarations deprecation (#30986)
This commit is contained in:
		@@ -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% {
 | 
			
		||||
@@ -1377,9 +1379,6 @@ body > [data-popper-placement] {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  opacity: 1;
 | 
			
		||||
  animation: fade 150ms linear;
 | 
			
		||||
 | 
			
		||||
  .media-gallery,
 | 
			
		||||
  .video-player,
 | 
			
		||||
  .audio-player,
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user