Only show usermanagement indicator on hover but also for admins

This commit is contained in:
Johannes Zellner
2022-09-08 22:54:10 +02:00
parent f0b6293b22
commit 6125ddf51e
2 changed files with 13 additions and 8 deletions
+12 -6
View File
@@ -395,6 +395,14 @@ textarea {
box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.usermanagement-indicator {
display: none;
position: absolute;
top: 10px;
color: #03a9f49e;
left: 10px;
}
&:hover {
background-color: #ffffff9c !important;
@@ -408,6 +416,10 @@ textarea {
background-color: #f8f8f8;
}
}
.usermanagement-indicator {
display: block;
}
}
.grid-item-action {
@@ -443,12 +455,6 @@ textarea {
font-family: $font-family-heading;
}
.usermanagement-indicator {
position: absolute;
top: 10px;
color: #03a9f49e;
right: 10px;
}
}
}
}