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

Commit cc39a847 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

form ui issue fix for close nav

parent c00be518
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -99,5 +99,8 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/memories/') !== false) {
			$this->util->addStyle($this->appName, 'memories');
		}
		if (strpos($pathInfo, '/apps/forms/') !== false) {
			$this->util->addStyle($this->appName, 'forms');
		}
	}
}

scss/forms.scss

0 → 100644
+9 −0
Original line number Diff line number Diff line
body[data-theme-dark] .app-navigation.app-navigation--close svg path {
	fill: currentColor;
}
body[data-theme-dark] .action-item.action-item--default-popover.action-item--primary .button-vue--icon-and-text {
    color: #ffffff;
}
.v-select .vs__selected-options input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="color"]):not([type="file"]):not([type="image"]):not(.multiselect__input){
    background-color:transparent;
}
 No newline at end of file