v2.5.0: make key stats selection explicit

This commit is contained in:
Виталий Литвинов
2026-04-25 15:35:13 +03:00
parent 1e27d6ba71
commit b58bc9e1ba
4 changed files with 24 additions and 2 deletions

View File

@@ -875,6 +875,25 @@ td small {
white-space: nowrap;
}
.key-name-button {
min-height: auto;
padding: 0;
border-radius: 0;
background: transparent;
color: var(--text);
box-shadow: none;
display: inline-flex;
align-items: baseline;
gap: 5px;
text-align: left;
}
.key-name-button:hover {
color: var(--blue);
transform: none;
box-shadow: none;
}
.mini-actions {
justify-content: flex-start;
flex-wrap: nowrap;