From 179bd5824fb8c4561c7fd08f688d98343a869f53 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 25 Jan 2017 15:13:38 +0100 Subject: Border radius fix on popover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index 20d20fe9772..1ce11d903d9 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -549,7 +549,6 @@ em { background-color: #fff; color: #333; border-radius: 3px; - border-top-right-radius: 0; z-index: 110; margin: 5px; margin-top: -5px; @@ -582,7 +581,6 @@ em { transform: translateX(50%); right: 50%; margin-right: 0; - border-top-right-radius: 3px; &:after { right: 50%; transform: translateX(50%); @@ -593,8 +591,6 @@ em { right: auto; left: 0; margin-right: 0; - border-top-left-radius: 0; - border-top-right-radius: 3px; &:after { left: 6px; right: auto; -- cgit v1.2.3 From 87fd41dba228c237130fabc5a600fb6385c2fbea Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 25 Jan 2017 15:22:51 +0100 Subject: Fix popover conflicts with app-navigation li (color & opacity) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index 1ce11d903d9..1ac0d06d987 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -625,6 +625,7 @@ em { margin: 0; font-weight: inherit; box-shadow: none; + color: #333 !important; /* Overwrite app-navigation li */ /* prevent .action class to break the design */ &.action { padding: inherit !important; @@ -639,15 +640,15 @@ em { cursor: pointer; white-space: nowrap; } + span { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)' !important; + filter: alpha(opacity = 70) !important; + opacity: .7 !important; + } > p { width: 150px; line-height: 1.6em; padding: 8px 0; - > span { - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)' !important; - filter: alpha(opacity = 70) !important; - opacity: .7 !important; - } } /* Add padding if contains icon+text */ &:not(:empty) { @@ -666,7 +667,8 @@ em { padding: 18px 0 18px 36px; min-width: 0; /* Overwrite icons*/ min-height: 0; - background-position: 10px center + background-position: 10px center; + opacity: 0.7; /* Default button icon override */ } } } -- cgit v1.2.3 From 4e91759825abdc14817fd9aed9b024639e53c97d Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 25 Jan 2017 15:34:01 +0100 Subject: No more height css calc for app-navigation children MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index 1ac0d06d987..2b6a85e0e8e 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -52,6 +52,8 @@ em { -ms-user-select: none; user-select: none; border-right: 1px solid #eee; + display: flex; + flex-direction: column; > ul { position: relative; height: 100%; -- cgit v1.2.3 From 9513e7a14bbcaca385c6b447ef6fcc7279d7e419 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 26 Jan 2017 20:26:15 +0100 Subject: Blue left shadow fix #3288 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index 2b6a85e0e8e..c5f0c584f83 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -96,13 +96,12 @@ em { color: #000; opacity: .57; } - li:hover > a, - li:focus > a, - a:focus, + > ul > li:hover > a, + > ul > li:focus > a, .selected, - .selected a, + .selected > a, .active, - .active a { + .active > a { opacity: 1; box-shadow: inset 2px 0 #0082c9; } -- cgit v1.2.3 From 07cbdbff522075e824115871698e5ac3648ce206 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 26 Jan 2017 20:35:22 +0100 Subject: Blue shadow fix 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index c5f0c584f83..ad45e2b0266 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -60,6 +60,18 @@ em { width: inherit; overflow: auto; box-sizing: border-box; + > li { + &:focus, + &:hover, + &.active, + a.selected { + &, + > a { + opacity: 1; + box-shadow: inset 2px 0 #0082c9; + } + } + } } li { position: relative; @@ -96,15 +108,6 @@ em { color: #000; opacity: .57; } - > ul > li:hover > a, - > ul > li:focus > a, - .selected, - .selected > a, - .active, - .active > a { - opacity: 1; - box-shadow: inset 2px 0 #0082c9; - } li > a:first-child img { margin-bottom: -3px; margin-right: 11px; -- cgit v1.2.3