aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-07-26 10:41:19 +0200
committerMaksim Sukharev <antreesy.web@gmail.com>2024-07-26 13:08:12 +0200
commit0dc4ed1f62b77d7e452f3cefe0fbcdc7df1e37a5 (patch)
treea1902785fbc24f1c2c74e599c31dd8b174ebab19 /apps/settings/templates
parent87dc0614d703536843b878808a2721899df798b4 (diff)
downloadnextcloud-server-0dc4ed1f62b77d7e452f3cefe0fbcdc7df1e37a5.tar.gz
nextcloud-server-0dc4ed1f62b77d7e452f3cefe0fbcdc7df1e37a5.zip
style(settings): align icons at legacy help navigation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r--apps/settings/templates/help.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php
index 77a7b5118e5..14883996791 100644
--- a/apps/settings/templates/help.php
+++ b/apps/settings/templates/help.php
@@ -9,7 +9,7 @@
<div id="app-navigation" role="navigation" tabindex="0">
<ul>
<li>
- <a class="icon-user <?php if ($_['mode'] === 'user') {
+ <a class="help-list__link icon-user <?php if ($_['mode'] === 'user') {
p('active');
} ?>" <?php if ($_['mode'] === 'user') {
print_unescaped('aria-current="page"');
@@ -22,7 +22,7 @@
</li>
<?php if ($_['admin']) { ?>
<li>
- <a class="icon-user-admin <?php if ($_['mode'] === 'admin') {
+ <a class="help-list__link icon-user-admin <?php if ($_['mode'] === 'admin') {
p('active');
} ?>" <?php if ($_['mode'] === 'admin') {
print_unescaped('aria-current="page"');
@@ -36,14 +36,14 @@
<?php } ?>
<li>
- <a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener">
+ <a href="https://docs.nextcloud.com" class="help-list__link icon-category-office" target="_blank" rel="noreferrer noopener">
<span class="help-list__text">
<?php p($l->t('Documentation')); ?> ↗
</span>
</a>
</li>
<li>
- <a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener">
+ <a href="https://help.nextcloud.com" class="help-list__link icon-comment" target="_blank" rel="noreferrer noopener">
<span class="help-list__text">
<?php p($l->t('Forum')); ?> ↗
</span>