Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-01-14 02:48:09 +0300
committerMichael Weimann <mail@michael-weimann.eu>2019-01-14 02:48:09 +0300
commit349687ac0937f095c29cb945ea2cfa583101032b (patch)
tree657da89e105cf7d50d358f011552a748e51611a1 /core/css
parent71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff)
Fix click app names
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 020154ebb0f..dd6596ac14f 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -482,7 +482,7 @@ nav[role='navigation'] {
a.active {
opacity: 1;
}
-
+
&:hover a + span,
a:focus + span,
&:hover span,
@@ -504,7 +504,7 @@ nav[role='navigation'] {
width: 20px;
height: 20px;
}
-
+
/* App title */
span {
opacity: 0;
@@ -516,6 +516,7 @@ nav[role='navigation'] {
overflow: hidden;
text-overflow: ellipsis;
transition: all var(--animation-quick) ease;
+ pointer-events: none;
}
/* Set up transitions for showing app titles on hover */