diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 13:08:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 13:15:53 +0100 |
commit | 26c6ee80d0fecfce595e8970f15717560b4f4ceb (patch) | |
tree | a193cb9836d654c05b7b96585513b99922245eaa /client/src/app/menu | |
parent | b33f657c304b77938c1f68164d8e754787f5aae5 (diff) | |
download | PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.tar.gz PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.tar.zst PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.zip |
Implement header design
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.scss | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index bb0caaef5..fb31c0734 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -19,7 +19,7 @@ | |||
19 | </div> | 19 | </div> |
20 | 20 | ||
21 | <div *ngIf="!isLoggedIn" class="button-block"> | 21 | <div *ngIf="!isLoggedIn" class="button-block"> |
22 | <a routerLink="/login"class="login-button">Login</a> | 22 | <a routerLink="/login" class="login-button">Login</a> |
23 | <a *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> | 23 | <a *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> |
24 | </div> | 24 | </div> |
25 | 25 | ||
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 8a4910605..2c2106733 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -123,9 +123,6 @@ menu { | |||
123 | cursor: pointer; | 123 | cursor: pointer; |
124 | margin-bottom: 15px; | 124 | margin-bottom: 15px; |
125 | 125 | ||
126 | &:hover, &:focus { | 126 | @include disable-default-a-behaviour; |
127 | text-decoration: none !important; | ||
128 | outline: none !important; | ||
129 | } | ||
130 | } | 127 | } |
131 | } | 128 | } |