From 2f9664b75ef15149f54453dfa8a22dfe9fbc4922 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 13 Feb 2019 14:06:00 +0100
Subject: [PATCH] Fix style of warning for EoL version

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 .../js/updatenotification.js                  | Bin 380757 -> 380679 bytes
 .../js/updatenotification.js.map              | Bin 1193823 -> 1193707 bytes
 .../src/components/root.vue                   |   5 +----
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js
index 36b51e22d7d9e520c2cfe5b22e75cc726015207d..2b7f104883a911ba874469ab23f2f29311af7ef0 100644
GIT binary patch
delta 47
zcmcaQPrQAectZ<g3sVbo3(FSPw*}iB3t8K>xOB@iGD}jGYBhDH-<!*7y#4=d)-YoL
Du^AEz

delta 68
zcmV-K0K5N(o)^`g7l4ETgaU*Egaot&?QjNRa&BpEXP01d1sRtWb^;RwWpZ+FmqBm^
a9k=Xo1&AsHB7G?=myn$WGq<su1y(atf*3CV

diff --git a/apps/updatenotification/js/updatenotification.js.map b/apps/updatenotification/js/updatenotification.js.map
index 24a3d1b343c490e71801221e50c2e5dc0fbf0d9b..1cfe05a6cb91008fadd45bb954039b3a96db7808 100644
GIT binary patch
delta 229
zcmccr&g1o4kA@b;7N!>F7M2#)Eo_WQ0>x&|j*j_e&N{iy&fdo6&f5i(*rpmV8niE;
z#0JFdK+FNeoIuP4#N0s41H`;Q%m>8$+m}xg(4VwjS5=U^o<p}hBeNtmMrrzm-GXw{
z8%_yIPhYSa$l~83s4)G&CPCKe3HJphre9bp$OYoEOpn_lsIqOT;7&(2h}P-3FM;x}
zUkJ)fclasDvi;*T!3UPxxfF#KGs}k-rxq3K=jIm`WftoP6y;~7CYKcJ=cQJZB<JLp
MrflD%BD7ct0L0K)>;M1&

delta 223
zcmaF;*5m#=kA@b;7N!>F7M2#)Eo_WQ0tWidj*jK}&N{iy&ffazF53l@*rpmV=C?1O
z#0JFdK+FNeoIuP4#N0s41H`;Q%m>8$+m}xg(4WMTSd^DJJwZiKW;&aSpfFo%QBi)8
z=5%=_L7DAWR0MhJnPQZt*Y6gTo1U;lkahZoy+D@z9YLPy@~Z^3wgbgDoTdxB5fqy~
z?}eb;_C?PGpIEYijLb`){#IT{mK|cA_4aZFp-s&E8Tq-X`bGJvIf;2G`gzIQJye7i
G3jqN3mr;2D

diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue
index f331435a2be..be50b8b53ca 100644
--- a/apps/updatenotification/src/components/root.vue
+++ b/apps/updatenotification/src/components/root.vue
@@ -4,7 +4,7 @@
 			<template v-if="isNewVersionAvailable">
 				<p v-if="versionIsEol">
 					<span class="warning">
-						<span class="icon icon-error"></span>
+						<span class="icon icon-error-white"></span>
 						{{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }}
 					</span>
 				</p>
@@ -380,9 +380,6 @@
 				font-weight: normal;
 			}
 		}
-		.warning {
-			color: var(--color-error);
-		}
 		.whatsNew {
 			display: inline-block;
 		}
-- 
GitLab