Skip to content

Commit 20311a2

Browse files
Cleanup
1 parent 7792bb9 commit 20311a2

File tree

2 files changed

+2
-0
lines changed
  • src
    • Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Client/wwwroot/css
    • ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/wwwroot/css

2 files changed

+2
-0
lines changed

src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Client/wwwroot/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ app {
109109
}
110110

111111
#error-ui .dismiss {
112+
cursor: pointer;
112113
position: absolute;
113114
right: 5px;
114115
top: 2px;

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/wwwroot/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ app {
124124
}
125125

126126
#error-ui .dismiss {
127+
cursor: pointer;
127128
position: absolute;
128129
right: 5px;
129130
top: 2px;

0 commit comments

Comments
 (0)