]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Removing the black border on the text/input field when its clicked 37769/head
authorNizamudeen A <nia@redhat.com>
Fri, 23 Oct 2020 09:16:24 +0000 (14:46 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 23 Oct 2020 09:16:24 +0000 (14:46 +0530)
Resolves: https://tracker.ceph.com/issues/47967
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss

index cac201a96a6f40de81c52e81c0080e24158e6871..cca9bd5d5d9d84723aee92be7cec83590c7d8ddc 100644 (file)
@@ -18,7 +18,7 @@
 
   &:focus {
     border-color: rgba(vv.$primary, 0.8);
-    box-shadow: inset 0 1px 1px rgba(vv.$black, 0.75), 0 0 8px 2px rgba(vv.$primary, 0.5);
+    box-shadow: 0 0 3px 2px rgba(vv.$primary, 0.5);
     outline: 0;
   }
 }