We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920286c commit fedc3b8Copy full SHA for fedc3b8
1 file changed
src/BootstrapBlazor/Components/Upload/InputUpload.razor.scss
@@ -157,9 +157,9 @@
157
.upload .upload-body.is-avatar .upload-item:hover .upload-item-actions .upload-item-delete {
158
display: block;
159
color: var(--bs-danger);
160
- padding: 0.1rem;
161
- border-radius: 0.5rem;
162
- border: 0.1rem solid var(--bs-danger);
+ padding: 0.25rem;
+ border-radius: var(--bs-border-radius);
+ border: 1px solid var(--bs-danger);
163
}
164
165
.upload .upload-body.is-avatar .upload-item:hover .upload-item-actions .upload-item-delete:hover {
0 commit comments