Only show usermanagement indicator on hover but also for admins
This commit is contained in:
+12
-6
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user