diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-21 16:40:45 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | 09223546a4d882a9dbfdbd95d551e48af7bee123 (patch) | |
tree | 9ee8159046068725662b42955b599b4b7734e385 /client/src/app/core | |
parent | 383bfc8356d444cbed1dab7e5c1b3bb16becfdfd (diff) | |
download | PeerTube-09223546a4d882a9dbfdbd95d551e48af7bee123.tar.gz PeerTube-09223546a4d882a9dbfdbd95d551e48af7bee123.tar.zst PeerTube-09223546a4d882a9dbfdbd95d551e48af7bee123.zip |
Client Better design for video watch
Diffstat (limited to 'client/src/app/core')
-rw-r--r-- | client/src/app/core/menu/menu-admin.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/core/menu/menu-admin.component.scss b/client/src/app/core/menu/menu-admin.component.scss index 487461224..04403950e 100644 --- a/client/src/app/core/menu/menu-admin.component.scss +++ b/client/src/app/core/menu/menu-admin.component.scss | |||
@@ -9,6 +9,7 @@ menu { | |||
9 | height: 30px; | 9 | height: 30px; |
10 | color: #9cabb8; | 10 | color: #9cabb8; |
11 | cursor: pointer; | 11 | cursor: pointer; |
12 | transition: color 0.3s; | ||
12 | 13 | ||
13 | &:hover, &:focus { | 14 | &:hover, &:focus { |
14 | text-decoration: none !important; | 15 | text-decoration: none !important; |