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

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

Merge branch 'dev/nc-30-regression-fix' into 'main'

fix(contacts): correct contact list font color

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!156
parents a93fb8d7 9188df07
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,11 +70,11 @@
			.list-item {
			  background-color: var(--color-primary-light);
	  
			  .line-one__name {
			  .list-item-content__name {
				color: var(--color-main-text) !important;
			  }
	  
			  .line-two__subname {
			  .list-item-content__subname {
				color: var(--color-main-text) !important;
			  }
			}
+3 −3
Original line number Diff line number Diff line
@@ -29,15 +29,15 @@ ul.navigation-list > li:last-child{ // Change if the last child is updated
	display: none;
}

#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item.list-item--legacy {
#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item {
	background-color: var(--color-primary-element-light);

}
#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item.list-item--legacy .list-item__anchor .material-design-icon.file-document-outline-icon {
#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item .list-item__anchor .material-design-icon.file-document-outline-icon {
	color: var(--color-main-text) !important;
	
}
#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item.list-item--legacy .list-item__anchor .list-item-content__main .list-item-content__name {
#app-content-vue .app-content-list.content-list .list-item__wrapper.list-item__wrapper--active .list-item .list-item__anchor .list-item-content__main .list-item-content__name {
	color: var(--color-main-text) !important;
	
}