Side Nav UX Changes (#3345)
Co-authored-by: Christopher <39032787+MrRobotjs@users.noreply.github.com> Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
aa939edf6d
commit
3a0c796c08
45 changed files with 1193 additions and 664 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
.widget-button--indicator {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
top: 24px;
|
||||
color: var(--event-widget-activity-bg-color);
|
||||
|
||||
&.error {
|
||||
|
|
@ -79,6 +79,7 @@
|
|||
.dark-menu-item {
|
||||
&.update-available {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
|
||||
i.fa {
|
||||
color: var(--primary-color) !important;
|
||||
|
|
|
|||
|
|
@ -72,8 +72,6 @@ export class EventsWidgetComponent implements OnInit, OnDestroy {
|
|||
*/
|
||||
updateAvailable: boolean = false;
|
||||
|
||||
debugMode: boolean = false;
|
||||
|
||||
protected readonly EVENTS = EVENTS;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue