diff options
author | spf <spf@sanspseudofix.fr> | 2018-06-08 15:18:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-08 15:18:39 +0200 |
commit | 696fa4c06b2351983740eb617ad46eb8eeb2c4e8 (patch) | |
tree | 40462917cd246ec98298590662d5886b13a949f6 /client/src/app/login/login.component.scss | |
parent | 6d272f396c269b62537b3719fed4e2f2119b05d7 (diff) | |
download | PeerTube-696fa4c06b2351983740eb617ad46eb8eeb2c4e8.tar.gz PeerTube-696fa4c06b2351983740eb617ad46eb8eeb2c4e8.tar.zst PeerTube-696fa4c06b2351983740eb617ad46eb8eeb2c4e8.zip |
Enable default link behavior and accessibility for login page (#636)
* enable default link behavior and accessibility for login page
* alt for link: great idea, but the world is not ready
Diffstat (limited to 'client/src/app/login/login.component.scss')
-rw-r--r-- | client/src/app/login/login.component.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/client/src/app/login/login.component.scss b/client/src/app/login/login.component.scss index 4a37ee961..900b2467a 100644 --- a/client/src/app/login/login.component.scss +++ b/client/src/app/login/login.component.scss | |||
@@ -17,13 +17,7 @@ input[type=submit] { | |||
17 | @include orange-button; | 17 | @include orange-button; |
18 | } | 18 | } |
19 | 19 | ||
20 | .forgot-password-button { | 20 | .create-an-account, .forgot-password-button { |
21 | display: inline-block; | ||
22 | cursor: pointer; | ||
23 | } | ||
24 | |||
25 | .create-an-account { | ||
26 | @include disable-default-a-behaviour; | ||
27 | |||
28 | color: #000; | 21 | color: #000; |
22 | cursor: pointer; | ||
29 | } | 23 | } |