Add navigation, browse views, overlays, and update roadmap
This commit is contained in:
parent
ad543d67b7
commit
ab7bc36714
4 changed files with 1862 additions and 35 deletions
14
site.css
14
site.css
|
@ -11,3 +11,17 @@
|
|||
.ux-overlays { position: absolute; inset: 0; pointer-events: none; }
|
||||
.ux-view { width: 100%; }
|
||||
.ux-view--overlay { position: absolute; inset: 0; z-index: 10; pointer-events: auto; }
|
||||
|
||||
.is-sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.table tbody tr.is-selectable-row { cursor: pointer; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue