Skip to content

Commit cde7cb4

Browse files
authored
fix accessebility bugs (#50701)
1 parent 1c9cf67 commit cde7cb4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Components/Layout/MainLayout.razor.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ main {
3737
}
3838

3939
@media (max-width: 640.98px) {
40-
.top-row:not(.auth) {
41-
display: none;
42-
}
43-
44-
.top-row.auth {
40+
.top-row {
4541
justify-content: space-between;
4642
}
4743

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Components/Layout/NavMenu.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
.nav-item ::deep a.active {
59-
background-color: rgba(255,255,255,0.25);
59+
background-color: rgba(255,255,255,0.4);
6060
color: white;
6161
}
6262

0 commit comments

Comments
 (0)