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