diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-01-25 18:53:09 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-27 12:25:52 +0100 |
commit | 8a13851da8906a4eed3c7b59d01f5a172c90371c (patch) | |
tree | ef0f58d5d512b7749033029c3c4aeb3aa00b9766 /apps/files_sharing/css/public.scss | |
parent | e5df80483433962aeb7f65175f98bdd6fe7635de (diff) | |
download | nextcloud-server-8a13851da8906a4eed3c7b59d01f5a172c90371c.tar.gz nextcloud-server-8a13851da8906a4eed3c7b59d01f5a172c90371c.zip |
Use PublicTemplateResponse for files_sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/css/public.scss')
-rw-r--r-- | apps/files_sharing/css/public.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 5edc3f7eb90..1e9dec87fad 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -3,14 +3,6 @@ min-height: calc(100vh - 160px); } -#header .menutoggle { - padding: 14px; - padding-right: 40px; - background-position: right 15px center; - color: $color-primary-text; - cursor: pointer; -} - /* force layout to make sure the content element's height matches its contents' height */ .ie #content { display: inline-block; |