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:21 +0300
committerGitHub <noreply@github.com>2022-08-10 01:09:21 +0300
commit77dda20617ced57e0ea9c5117a3ad1c0987217ea (patch)
tree7ce03d148dc6e1e46e5102753c131bce8e28f108
parent2e9deee82792a2f3c8128b4d22a5c1ca8c59fb24 (diff)
Update styles.css
-rw-r--r--src/content/Angular-CSharp/ClientApp/src/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/Angular-CSharp/ClientApp/src/styles.css b/src/content/Angular-CSharp/ClientApp/src/styles.css
index 8b8c2e2..0fb2d30 100644
--- a/src/content/Angular-CSharp/ClientApp/src/styles.css
+++ b/src/content/Angular-CSharp/ClientApp/src/styles.css
@@ -5,7 +5,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;
}