Fix click app names

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2019-01-14 00:48:09 +01:00
parent 71e26d12c0
commit 349687ac09
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
2 changed files with 6 additions and 5 deletions

View File

@ -482,7 +482,7 @@ nav[role='navigation'] {
a.active { a.active {
opacity: 1; opacity: 1;
} }
&:hover a + span, &:hover a + span,
a:focus + span, a:focus + span,
&:hover span, &:hover span,
@ -504,7 +504,7 @@ nav[role='navigation'] {
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
/* App title */ /* App title */
span { span {
opacity: 0; opacity: 0;
@ -516,6 +516,7 @@ nav[role='navigation'] {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
transition: all var(--animation-quick) ease; transition: all var(--animation-quick) ease;
pointer-events: none;
} }
/* Set up transitions for showing app titles on hover */ /* Set up transitions for showing app titles on hover */

View File

@ -59,10 +59,10 @@
</svg> </svg>
<div class="icon-loading-small-dark" <div class="icon-loading-small-dark"
style="display:none;"></div> style="display:none;"></div>
<span>
<?php p($entry['name']); ?>
</span>
</a> </a>
<span>
<?php p($entry['name']); ?>
</span>
</li> </li>
<?php endforeach; ?> <?php endforeach; ?>
<li id="more-apps" class="menutoggle" <li id="more-apps" class="menutoggle"