Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2022-08-10 01:09:41 +0300
committerGitHub <noreply@github.com>2022-08-10 01:09:41 +0300
commit413d4f7cd78ad670b0489788fa349aba42198f0b (patch)
treea33624df48e365bce3e789d733114c07d88ad33a
parent77dda20617ced57e0ea9c5117a3ad1c0987217ea (diff)
Update custom.csshaok/css
-rw-r--r--src/content/React-CSharp/ClientApp/src/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/React-CSharp/ClientApp/src/custom.css b/src/content/React-CSharp/ClientApp/src/custom.css
index 4436615..95db565 100644
--- a/src/content/React-CSharp/ClientApp/src/custom.css
+++ b/src/content/React-CSharp/ClientApp/src/custom.css
@@ -3,7 +3,7 @@ a {
color: #0366d6;
}
-.btn:focus, .btn:active:focus {
+.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}