public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11
@ 2019-07-23 05:44 Ganesh Jaybhay <[email protected]>
2019-07-25 11:57 ` Re: [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11 Akshay Joshi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Ganesh Jaybhay @ 2019-07-23 05:44 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Attached is the minor css fix to highlight checkbox on focus in IE11.
Kindly review.
Regards,
Ganesh Jaybhay
Attachments:
[application/octet-stream] RM4490.patch (493B, 3-RM4490.patch)
download | inline diff:
diff --git a/web/pgadmin/static/scss/_pgadmin.style.scss b/web/pgadmin/static/scss/_pgadmin.style.scss
index 082e82c..fd2b421 100644
--- a/web/pgadmin/static/scss/_pgadmin.style.scss
+++ b/web/pgadmin/static/scss/_pgadmin.style.scss
@@ -650,7 +650,7 @@ a:focus {
&.navbar-brand, &.dropdown-item {
outline: none !important;
}
- outline: $input-focus-border-color auto 5px !important;
+ outline: 2px solid $input-focus-border-color !important;
}
div.rolmembership {
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11
2019-07-23 05:44 [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11 Ganesh Jaybhay <[email protected]>
@ 2019-07-25 11:57 ` Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2019-07-25 11:57 UTC (permalink / raw)
To: Ganesh Jaybhay <[email protected]>; +Cc: pgadmin-hackers
Thanks patch applied.
On Tue, Jul 23, 2019 at 11:27 PM Ganesh Jaybhay <
[email protected]> wrote:
> Hi Hackers,
>
> Attached is the minor css fix to highlight checkbox on focus in IE11.
> Kindly review.
>
> Regards,
> Ganesh Jaybhay
>
--
*Thanks & Regards*
*Akshay Joshi*
*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2019-07-25 11:57 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 05:44 [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11 Ganesh Jaybhay <[email protected]>
2019-07-25 11:57 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox