Browse Source

Another styling fix.

pull/342/head
Sebastian Stehle 7 years ago
parent
commit
fa96ab5730
  1. 2
      src/Squidex/app/features/rules/pages/rules/rules-page.component.html
  2. 8
      src/Squidex/app/theme/_panels.scss

2
src/Squidex/app/features/rules/pages/rules/rules-page.component.html

@ -78,7 +78,7 @@
<ng-container sidebar>
<sqx-tooltip position="leftTop" [target]="historyLink">Events</sqx-tooltip>
<a class="panel-link" routerLink="events" routerLinkActive="active" #historyLink>
<a class="panel-link panel-link-gray" routerLink="events" routerLinkActive="active" #historyLink>
<i class="icon-time"></i>
</a>

8
src/Squidex/app/theme/_panels.scss

@ -186,6 +186,14 @@
background: $panel-light-background;
}
}
&-gray {
&.active {
&::before {
background: transparent;
}
}
}
}
}

Loading…
Cancel
Save