]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/avatar-notification.component.scss
Add missing button roles for the language chooser and keyboard shortcut menu items
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / avatar-notification.component.scss
index 201668b6e54ea28cd3416991a9e3da039dbe8414..d0f01fc3277d0c752238332302e7bc79035bb640 100644 (file)
@@ -1,7 +1,7 @@
 @import '_variables';
 @import '_mixins';
 
-/deep/ {
+::ng-deep {
   .popover-notifications.popover {
     max-width: none;
 
@@ -56,7 +56,7 @@
         align-items: center;
         justify-content: center;
         font-weight: $font-semibold;
-        color: var(--mainForegroundColor);
+        color: $fg-color;
         padding: 7px 0;
       }
     }
@@ -99,7 +99,7 @@
 }
 
 @media screen and (max-width: $mobile-view) {
-  /deep/ {
+  ::ng-deep {
     .popover-notifications.popover .popover-body {
       width: 400px;
     }