diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-07-24 23:29:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 23:29:39 +0200 |
commit | a949f676368b2ea885a5f76f09c831c8a13a3c39 (patch) | |
tree | 90c7a0d60e5b87552117ba49b27e2e6fa35bc7b9 /client/src/app | |
parent | 2e7f262724dd64a209e0bad5930ba29bb4f801c3 (diff) | |
download | PeerTube-a949f676368b2ea885a5f76f09c831c8a13a3c39.tar.gz PeerTube-a949f676368b2ea885a5f76f09c831c8a13a3c39.tar.zst PeerTube-a949f676368b2ea885a5f76f09c831c8a13a3c39.zip |
correct regressions on sub-menu for account and admin (#3004)
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-main/misc/top-menu-dropdown.component.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.scss b/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.scss index 655c38489..84dd7dce3 100644 --- a/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.scss +++ b/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.scss | |||
@@ -1,12 +1,6 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | :host { | ||
5 | display: block; | ||
6 | height: $sub-menu-height; | ||
7 | margin-bottom: $sub-menu-margin-bottom; | ||
8 | } | ||
9 | |||
10 | .parent-entry { | 4 | .parent-entry { |
11 | span[role=button] { | 5 | span[role=button] { |
12 | cursor: pointer; | 6 | cursor: pointer; |