Only show hover state in relationship badges when fields are available to show
This commit is contained in:
parent
857122f99e
commit
54e09267f1
|
@ -465,10 +465,8 @@
|
|||
height: 20px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.values.wrap .badge:hover {
|
||||
.values.wrap .badge.extra-info:hover {
|
||||
filter: brightness(1.25);
|
||||
}
|
||||
.values.wrap .badge.extra-info {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue