mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(test): remove seek tests, add missing tests (#1892)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "../../../shared/css/sr-only.css";
|
||||
|
||||
/* ==========================================================================
|
||||
Reset
|
||||
========================================================================== */
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "../../../shared/css/sr-only.css";
|
||||
|
||||
/* ==========================================================================
|
||||
Reset
|
||||
========================================================================== */
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
.media-sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user