Entry tags hover, active, focus style added

This commit is contained in:
Simounet 2023-06-14 22:27:26 +02:00
parent 78f66c72fc
commit 1534841308
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 11 additions and 2 deletions

View file

@ -179,6 +179,15 @@
min-width: 30px;
text-align: center;
}
.chip-label:hover,
.chip-label:active,
.chip-label:focus,
.chip-action:hover,
.chip-action:active,
.chip-action:focus {
background-color: #5e5e5e;
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long