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

Commit 536250aa authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: passwords app's settings icon color

parent 94144b36
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/photos/') !== false) {
			$this->util->addStyle($this->appName, 'photos');
		}
		if (strpos($pathInfo, '/apps/passwords/') !== false) {
			$this->util->addStyle($this->appName, 'passwords');
		}
		if ($pathInfo === '/settings/user/theming') {
			$this->util->addStyle($this->appName, 'settings-theming');
		}

scss/passwords.scss

0 → 100644
+7 −0
Original line number Diff line number Diff line
.app-navigation-entry-more .material-design-icon__svg {
    color: var(--icon-inactive-color);
}

.app-navigation-entry-more .button-vue {
	opacity: unset !important;
}