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:
@@ -6,18 +6,6 @@ media-tooltip-group {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
:host {
|
||||
/* `display:grid` fixes a weird issue with Safari when setting aspect-ratio */
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user