1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

change search summary icon

This commit is contained in:
krvpb024 2024-01-25 19:25:17 +08:00 committed by Frédéric Guillot
parent c217a31444
commit fa7508e28d
2 changed files with 17 additions and 0 deletions

View file

@ -223,6 +223,20 @@ a:hover {
margin-right: 5px;
}
.search details[open] svg {
rotate: 180deg;
}
.search details > summary {
list-style: none;
}
.search details > summary::marker, /* Latest Chrome, Edge, Firefox */
.search details > summary::-webkit-details-marker /* Safari */ {
display: none;
}
.search-toggle-switch {
display: none;
}