Loading lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/bookmarks/') !== false) { $this->util->addStyle($this->appName, 'bookmarks'); } if (strpos($pathInfo, '/apps/photos/') !== false) { $this->util->addStyle($this->appName, 'photos'); } $response = $event->getResponse(); if ($pathInfo === '/settings/user' && $response->getTemplateName() === 'settings/frame') { $this->util->addScript($this->appName, $this->appName . '-personal-info-settings'); Loading scss/photos.scss 0 → 100644 +8 −0 Original line number Diff line number Diff line .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle, .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle:hover { background-color: var(--color-primary-element); color: var(--color-primary-text); } .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle .action-item:not(.priority--high) .material-design-icon { color: var(--color-primary-text); } No newline at end of file Loading
lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/bookmarks/') !== false) { $this->util->addStyle($this->appName, 'bookmarks'); } if (strpos($pathInfo, '/apps/photos/') !== false) { $this->util->addStyle($this->appName, 'photos'); } $response = $event->getResponse(); if ($pathInfo === '/settings/user' && $response->getTemplateName() === 'settings/frame') { $this->util->addScript($this->appName, $this->appName . '-personal-info-settings'); Loading
scss/photos.scss 0 → 100644 +8 −0 Original line number Diff line number Diff line .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle, .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle:hover { background-color: var(--color-primary-element); color: var(--color-primary-text); } .photos-navigation__content .button-vue.button-vue--icon-and-text.button-vue--vue-secondary.action-item__menutoggle .action-item:not(.priority--high) .material-design-icon { color: var(--color-primary-text); } No newline at end of file