Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc84566e authored by Adam Tauber's avatar Adam Tauber
Browse files

[enh] add visually hidden but accessible css class - #350

parent c83007a6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -78,3 +78,13 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
.search-margin {
    margin-bottom: 0.6em;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}