From b4e6bffe1d3baab95055b7bdfbcf6043a59b8d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= <jus@bitgrid.net> Date: Wed, 27 Feb 2019 16:24:05 +0100 Subject: [PATCH] Remove/replace missing css vars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl <jus@bitgrid.net> --- core/css/mobile.scss | 1 - core/css/styles.scss | 2 +- core/js/dist/main.js | Bin 1191538 -> 1191543 bytes core/js/dist/main.js.map | Bin 4000663 -> 4000668 bytes core/src/jquery/css/jquery-ui-fixes.scss | 2 +- 5 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 3e21672df82..3ad40dc7428 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -83,7 +83,6 @@ width: 44px; height: 44px; z-index: 149; - background-color: var(--color-main-background-darker); cursor: pointer; opacity: 0.6; } diff --git a/core/css/styles.scss b/core/css/styles.scss index a066c607522..688593bd9a6 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -803,7 +803,7 @@ code { overflow-x: hidden; } .emptycontent { - color: var(--color-text-details); + color: var(--color-text-maxcontrast); text-align: center; margin-top: 80px; width: 100%; diff --git a/core/js/dist/main.js b/core/js/dist/main.js index bf5306ab340ad26add92ae06185aef5466a5d14c..f8cf24b96a2b73d35d5591681edffe5e46a4816b 100644 GIT binary patch delta 63 zcmex#$K(4QkA@b;7N!>F7M2#)7Pc1l7LFFq7OocV7M>Q~7QPn#7J)5-f5oTwvk0<I T|IZ>Q(9SC%xSdx*C{+vq=ra^_ delta 53 zcmex<$K%r-kA@b;7N!>F7M2#)7Pc1l7LFFq7OocV7M>Q~7QPn#7J)5-f5qFGBm}oJ JNeGpS0RSEC5pw_l diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 8d09bb7ff253a436df0739bea938cf8cfe126f78..5694d7288fbf76d9e4bff24f8acc594b0764bd72 100644 GIT binary patch delta 259 zcmWm7IZgs$7=Yoh39<}=Ff1Y<n>wKEsQglZ$u!h*4GIcci!Y&>n!h2Qf`kqZ;0dhc z5FCKl;;A34Pp%EV#3gR=h*x}aA$|$Sr357;VTp(#QMua2MvgI9*yHhhX*cGRk6Cjy zbz+F)8VMv}B84<E$l?Y$+#-(xinv1wWmHf_4flA!BP`U>z!RSFf49&^2VL~g#{e&Q j#oKP`3_rj1A*p=&&s4_RR9^j4SK-y(QoFtN{(C$F#-U%O delta 250 zcmWm8IZgrr7=Y0XJF@R6yQs*(u*y16fC&vXHXOpj1X_zfp_zUf;webx0CNgD&OkT- zpT+Cn(Yz@penk<7IK?Gy@rYM^;+F>rNKir&mWV`8vAGf6|Ev~^#%|U8UVeUc4{IZa zI1)%Ag)}nA;t@~CA&&xzD4~oBo>9dMUh#$+-cg5&2Aa^&LK_|YAA0EH0|N{(!Wa{4 YZA>?R<~60q&8?;f54NgXwmLgs?uEfzzW@LL diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 31714dc34b3..233e283e695 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -186,7 +186,7 @@ &.ui-state-focus, &.ui-state-active { box-shadow: inset 4px 0 var(--color-primary); - color: var(--color-text); + color: var(--color-main-text); } } } -- GitLab