@ -52,11 +52,13 @@
</ng-container>
<ng-container sidebar>
<div class="panel-nav">
<sqx-tooltip position="leftTop" [target]="filtersLink">Filters</sqx-tooltip>
<a class="panel-link" routerLink="filters" routerLinkActive="active" #filtersLink>
<i class="icon-filter"></i>
</a>
</div>
</sqx-panel>
@ -124,6 +124,7 @@
<sqx-tooltip position="leftTop" [target]="historyLink">commentsLink</sqx-tooltip>
<a class="panel-link" routerLink="comments" routerLinkActive="active" #commentsLink>
@ -139,6 +140,7 @@
<sqx-onboarding-tooltip helpId="history" [for]="historyLink" position="leftTop" after="120000">
The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.
</sqx-onboarding-tooltip>
</form>
@ -125,11 +125,13 @@
@ -76,6 +76,7 @@
<sqx-tooltip position="leftTop" [target]="historyLink">Events</sqx-tooltip>
<a class="panel-link panel-link-gray" routerLink="events" routerLinkActive="active" #historyLink>
@ -91,6 +92,7 @@
<sqx-onboarding-tooltip helpId="help" [for]="helpLink" position="leftTop" after="180000">
Click the help icon to show a context specific help page. Go to <a href="https://docs.squidex.io" sqxExternalLink>https://docs.squidex.io</a> for the full documentation.
@ -82,11 +82,13 @@
<sqx-tooltip position="leftTop" [target]="helpLink">Help</sqx-tooltip>
<a class="panel-link" routerLink="help" routerLinkActive="active" #helpLink>
<i class="icon-help"></i>
@ -93,11 +93,13 @@
@ -47,6 +47,7 @@
<sqx-tooltip position="leftTop" [target]="historyLink">History</sqx-tooltip>
<a class="panel-link" routerLink="history" routerLinkActive="active" #historyLink>
@ -58,6 +59,7 @@
@ -73,6 +73,7 @@
@ -84,6 +85,7 @@
@ -43,6 +43,7 @@
@ -54,6 +55,7 @@
@ -25,6 +25,7 @@
@ -36,6 +37,7 @@
@ -79,11 +79,13 @@
<i class="icon-time"></i>
@ -38,6 +38,7 @@
@ -49,6 +50,7 @@
@ -40,6 +40,7 @@
height: 100%;
background: $color-background;
border-right: 1px solid $color-border;
position: relative;
}
// First row of the panel with the header. Fixed height.
@ -74,6 +75,7 @@
@include flex-box;
@include flex-flow(row);
@include flex-grow(1);
overflow: hidden;
// First column of the main row (second row) with the main content.
@ -157,6 +159,12 @@
max-width: 16rem;
& .panel-nav {
min-width: $panel-sidebar;
max-width: $panel-sidebar;
position: absolute;
& .panel-link {
& {
@include transition(background-color .3s ease);