This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new d598855b17 Improve the blur on 'private' text fields (#7010)
d598855b17 is described below

commit d598855b1751a85cddf33f64dd4f40214edb8897
Author: ocket8888 <[email protected]>
AuthorDate: Tue Aug 9 15:49:41 2022 -0600

    Improve the blur on 'private' text fields (#7010)
---
 traffic_portal/app/src/common/modules/form/_form.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_portal/app/src/common/modules/form/_form.scss 
b/traffic_portal/app/src/common/modules/form/_form.scss
index c3cb8a10c1..40acad9407 100644
--- a/traffic_portal/app/src/common/modules/form/_form.scss
+++ b/traffic_portal/app/src/common/modules/form/_form.scss
@@ -365,7 +365,7 @@ input:checked + .slider::before {
        color: transparent;
        text-shadow: 0 0 8px rgba(0,0,0,0.5);
 
-       &:active, &:hover {
+       &:focus {
                color: inherit;
                text-shadow: none;
        }

Reply via email to