mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
fix: data-detail favorite button color leaking to list items
This commit is contained in:
committed by
Rainer Killinger
parent
05a0bf53fa
commit
6b37ca4b96
@@ -12,19 +12,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License along with
|
* You should have received a copy of the GNU General Public License along with
|
||||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
::ng-deep {
|
|
||||||
ion-card-header {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
stapps-favorite-button {
|
|
||||||
ion-icon {
|
|
||||||
color: var(--ion-color-light);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ion-content > div > stapps-data-detail-content,
|
ion-content > div > stapps-data-detail-content,
|
||||||
ion-content > div {
|
ion-content > div {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@@ -32,12 +19,3 @@ ion-content > div {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep {
|
|
||||||
ion-slides.work-locations {
|
|
||||||
ion-slide {
|
|
||||||
display: block;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Copyright (C) 2022 StApps
|
* Copyright (C) 2023 StApps
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
* Software Foundation, version 3.
|
* Software Foundation, version 3.
|
||||||
@@ -119,7 +119,7 @@ ion-card.bold-header {
|
|||||||
ion-header {
|
ion-header {
|
||||||
stapps-favorite-button {
|
stapps-favorite-button {
|
||||||
ion-icon {
|
ion-icon {
|
||||||
color: var(--ion-color-light);
|
color: var(--ion-color-primary-contrast);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user