remove item focus outline overlapped on current style

This commit is contained in:
krvpb024 2024-02-09 15:40:54 +08:00 committed by Frédéric Guillot
parent 27749a2877
commit 0f85c0511a
1 changed files with 4 additions and 0 deletions

View File

@ -804,6 +804,10 @@ template {
box-shadow: var(--current-item-box-shadow);
}
.item.current-item:focus {
outline: none;
}
.item-header {
font-size: 1rem;