Merge pull request #13003 from owncloud/remove-skip-to-content
remove skip to content for now, see #12999
This commit is contained in:
commit
bedc4664e4
2 changed files with 1 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
/* removed until content-focusing issue is fixed */
|
||||
#skip-to-content a {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
|
|
|
@ -62,10 +62,6 @@
|
|||
<div class="icon-caret svg"></div>
|
||||
</a>
|
||||
|
||||
<div id="skip-to-content">
|
||||
<a href="#app-content" tabindex="1"><?php p($l->t('Skip to content')); ?></a>
|
||||
</div>
|
||||
|
||||
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
|
||||
<div id="settings" class="svg">
|
||||
<div id="expand" tabindex="4" role="link">
|
||||
|
|
Loading…
Reference in a new issue