mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
fix macOS VoiceOver didn't announce details and summary expand
This commit is contained in:
parent
c9cbe8afd5
commit
5c97771e61
4 changed files with 35 additions and 10 deletions
|
@ -233,18 +233,21 @@ a:hover {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.search details svg {
|
||||
.search-summary-icon {
|
||||
padding: 5px;
|
||||
inline-size: 24px;
|
||||
block-size: 24px;
|
||||
translate: 0 -3px;
|
||||
}
|
||||
|
||||
.search details[open] svg {
|
||||
rotate: 180deg;
|
||||
.search-details {
|
||||
|
||||
&[open] .search-summary-icon {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
.search details > summary {
|
||||
.search-summary {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -252,12 +255,11 @@ a:hover {
|
|||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.search details > summary::marker, /* Latest Chrome, Edge, Firefox */
|
||||
.search details > summary::-webkit-details-marker /* Safari */ {
|
||||
.search-summary::marker, /* Latest Chrome, Edge, Firefox */
|
||||
.search-summary::-webkit-details-marker /* Safari */ {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.search-toggle-switch {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue