mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
fix: data-detail favorite button color leaking to list items
This commit is contained in:
committed by
Rainer Killinger
parent
f207e029f1
commit
95f2da2def
@@ -12,19 +12,6 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* 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 {
|
||||
min-height: 100%;
|
||||
@@ -32,12 +19,3 @@ ion-content > div {
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
::ng-deep {
|
||||
ion-slides.work-locations {
|
||||
ion-slide {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user