aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-24 16:12:35 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:00:43 +0200
commit03652b3179b7d3d2959b68318fdc5e00f94eb95f (patch)
tree4e24adb0d7ecb89b23f4c86bae402af3b660f934 /client/src/app/shared/menu
parentf36da21e40104a50acb00132920b835240cebb38 (diff)
downloadPeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.gz
PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.zst
PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.zip
Use ::ng-deep instead of /deep/
Diffstat (limited to 'client/src/app/shared/menu')
-rw-r--r--client/src/app/shared/menu/top-menu-dropdown.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.scss b/client/src/app/shared/menu/top-menu-dropdown.component.scss
index d7c7de957..1be699a88 100644
--- a/client/src/app/shared/menu/top-menu-dropdown.component.scss
+++ b/client/src/app/shared/menu/top-menu-dropdown.component.scss
@@ -11,12 +11,12 @@
11 } 11 }
12} 12}
13 13
14/deep/ .dropdown-toggle::after { 14::ng-deep .dropdown-toggle::after {
15 position: relative; 15 position: relative;
16 top: 2px; 16 top: 2px;
17} 17}
18 18
19/deep/ .dropdown-menu { 19::ng-deep .dropdown-menu {
20 margin-top: 0 !important; 20 margin-top: 0 !important;
21} 21}
22 22