diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 23:37:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 23:48:11 +0200 |
commit | 5829fcd68534885ffee8762d54b203b53d771621 (patch) | |
tree | 2bdf2511fe58e19cbd09928f22c8eeacb405b29c /apps | |
parent | 8799c6ee5be45b22a8cdd0b04e54579336eca139 (diff) | |
download | nextcloud-server-5829fcd68534885ffee8762d54b203b53d771621.tar.gz nextcloud-server-5829fcd68534885ffee8762d54b203b53d771621.zip |
Change heading weights from Light to Semibold for better information architecture
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 50dfa3e9c57..c524283317f 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -164,7 +164,6 @@ thead { position: relative; font-weight: 300; font-size: 11px; - opacity: .57; overflow: hidden; text-overflow: ellipsis; } |