Skip to content

Commit 2ab5086

Browse files
committed
refactor: 删除不使用的样式
1 parent 7223519 commit 2ab5086

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

src/components/BootstrapBlazor.PdfReader/wwwroot/css/pdf_viewer.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -141,30 +141,6 @@
141141
margin-inline: 5px;
142142
}
143143

144-
.pdfViewer .page.loadingIcon::after {
145-
position: absolute;
146-
top: 0;
147-
left: 0;
148-
content: "";
149-
width: 100%;
150-
height: 100%;
151-
background: url("images/loading-icon.gif") center no-repeat;
152-
display: none;
153-
transition-property: display;
154-
transition-delay: var(--loading-icon-delay);
155-
z-index: 5;
156-
contain: strict;
157-
}
158-
159-
.pdfViewer .page.loading::after {
160-
display: block;
161-
}
162-
163-
.pdfViewer .page:not(.loading)::after {
164-
transition-property: none;
165-
display: none;
166-
}
167-
168144
.pdfPresentationMode .pdfViewer {
169145
padding-bottom: 0;
170146
}

0 commit comments

Comments
 (0)