diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-22 16:02:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-22 16:02:45 +0100 |
commit | 6933ffbf83d1e075063139399aa308ffa9dabc2a (patch) | |
tree | 4cc29a0c828fd64770705f144b3500154efe02d2 /core/css | |
parent | cf595ecc67d8174803415fa9aa545522f71dc497 (diff) | |
download | nextcloud-server-6933ffbf83d1e075063139399aa308ffa9dabc2a.tar.gz nextcloud-server-6933ffbf83d1e075063139399aa308ffa9dabc2a.zip |
remove skip to content for now, see #12999
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 2a2622a9d0d..b4e074a5e44 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -7,6 +7,7 @@ -ms-user-select: none; } +/* removed until content-focusing issue is fixed */ #skip-to-content a { position: absolute; left: -10000px; |