mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
(search) Add stylesheet class for screenreader-only items
This commit is contained in:
parent
2840d9d403
commit
01f242ac7e
@ -706,3 +706,11 @@ footer {
|
|||||||
// 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