Only show hover state in relationship badges when fields are available to show

This commit is contained in:
Andrew Kingston 2024-09-04 09:35:56 +01:00
parent 857122f99e
commit 54e09267f1
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}