Displays entity id for each entry in frontend
Displays this id inside the three-dot-menu on the right
This commit is contained in:
@ -12,6 +12,10 @@ a:hover {
|
||||
color: darken($primary-color, 10%);
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.dropdown-item.active, .dropdown-item:active {
|
||||
background-color: $primary-color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user