mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(search) Add stylesheet class for screenreader-only items
This commit is contained in:
parent
2840d9d403
commit
01f242ac7e
@ -705,4 +705,12 @@ footer {
|
|||||||
// The search results page is very confusing on text-based browsers, so we add a hr to separate the search results. This is
|
// The search results page is very confusing on text-based browsers, so we add a hr to separate the search results. This is
|
||||||
// hidden on modern browsers via CSS.
|
// hidden on modern browsers via CSS.
|
||||||
|
|
||||||
hr.w3m-helper { display: none; }
|
hr.w3m-helper { display: none; }
|
||||||
|
.screenreader-only {
|
||||||
|
position:absolute;
|
||||||
|
left:-10000px;
|
||||||
|
top:auto;
|
||||||
|
width:1px;
|
||||||
|
height:1px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user