Merge remote-tracking branch 'upstream/master' into scrollbar-placeholder

This commit is contained in:
ferferga 2020-05-14 14:03:38 +02:00
commit dd96102ec3
75 changed files with 470 additions and 1976 deletions

View file

@ -6,6 +6,17 @@ html {
overflow-y: scroll;
}
.clipForScreenReader {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
.material-icons {
/* Fix font ligatures on older WebOS versions */
-webkit-font-feature-settings: "liga";