From 56d120d060c60160e4b9db86a2e9aaad5112b899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 29 Jan 2016 09:01:59 +0100 Subject: [PATCH] IE10 fixes --- app/styles/dependencies/mixins/project-card.scss | 3 ++- app/themes/high-contrast/custom.scss | 7 +++++++ app/themes/taiga/custom.scss | 7 ------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/styles/dependencies/mixins/project-card.scss b/app/styles/dependencies/mixins/project-card.scss index fa709c3c..ae606573 100644 --- a/app/styles/dependencies/mixins/project-card.scss +++ b/app/styles/dependencies/mixins/project-card.scss @@ -49,8 +49,9 @@ flex-grow: 0; } .project-card-logo { + display: inline-block; flex-basis: 50px; - min-width: 50px; + width: 50px; height: 50px; margin-right: .5rem; img { diff --git a/app/themes/high-contrast/custom.scss b/app/themes/high-contrast/custom.scss index a133091b..0ad07c93 100644 --- a/app/themes/high-contrast/custom.scss +++ b/app/themes/high-contrast/custom.scss @@ -358,3 +358,10 @@ tg-project-menu { } } + +// DASHBOARD +.home-wrapper { + .title-bar { + color: $white; + } +} diff --git a/app/themes/taiga/custom.scss b/app/themes/taiga/custom.scss index 184e779d..08adf274 100644 --- a/app/themes/taiga/custom.scss +++ b/app/themes/taiga/custom.scss @@ -164,10 +164,3 @@ tg-project-menu { background: $whitish; } } - -// DASHBOARD -.home-wrapper { - .title-bar { - color: $white; - } -}