diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-12-03 08:35:31 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-01-29 08:12:03 +0100 |
commit | bb9e282e9581fc65ad4be39cd01bc578c3b0d95e (patch) | |
tree | d88dcfe8ac4b325b46473b3b519e5839ca00655e /core/templates/layout.user.php | |
parent | 198a45ff75c64d38c1ccb6bd903ee55b446177b3 (diff) | |
download | nextcloud-server-bb9e282e9581fc65ad4be39cd01bc578c3b0d95e.tar.gz nextcloud-server-bb9e282e9581fc65ad4be39cd01bc578c3b0d95e.zip |
Unify headers menu design, fix click area
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index dfa96c5d1c8..ea474d7be1b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -57,8 +57,6 @@ <?php } ?> <image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet"<?php if ($_['themingInvertMenu']) { ?> filter="url(#invertMenuMain-<?php p($entry['id']); ?>)"<?php } ?> xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon" /> </svg> - <div class="icon-loading-small-dark" - style="display:none;"></div> <span> <?php p($entry['name']); ?> </span> @@ -87,7 +85,6 @@ <defs><filter id="invertMenuMore-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs> <image x="0" y="0" width="16" height="16" preserveAspectRatio="xMinYMin meet" filter="url(#invertMenuMore-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon"></image> </svg> - <div class="icon-loading-small" style="display:none;"></div> <span><?php p($entry['name']); ?></span> </a> </li> |