public inbox for [email protected]
help / color / mirror / Atom feedFrom: Ganesh Jaybhay <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11
Date: Tue, 23 Jul 2019 11:14:47 +0530
Message-ID: <CAK6syAoAeC-mMW7=wigS3M6U9W81+ezJ9Tj0Ta+3tqHOwsNCGg@mail.gmail.com> (raw)
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 {
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11
In-Reply-To: <CAK6syAoAeC-mMW7=wigS3M6U9W81+ezJ9Tj0Ta+3tqHOwsNCGg@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox