mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
remove item focus outline overlapped on current style
This commit is contained in:
parent
27749a2877
commit
0f85c0511a
1 changed files with 4 additions and 0 deletions
|
@ -804,6 +804,10 @@ template {
|
||||||
box-shadow: var(--current-item-box-shadow);
|
box-shadow: var(--current-item-box-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item.current-item:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.item-header {
|
.item-header {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue