Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e140c96 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

button color fix

parent 84ce6fb5
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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');

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