Skip to content

Commit a3e5fc3

Browse files
committed
Fix actions
1 parent 37faa1b commit a3e5fc3

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
- run: npm test
2019

2120
publish-npm:
2221
needs: build

rollup.build.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -196,30 +196,6 @@
196196
left: 50%;
197197
transform: translateX(-50%);
198198
}
199-
.timeline-editor:hover .timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar {
200-
height: 4px;
201-
}
202-
.timeline-editor-edit-area {
203-
flex: 1 1 auto;
204-
margin-top: 10px;
205-
overflow: hidden;
206-
position: relative;
207-
}
208-
.timeline-editor-edit-area .ReactVirtualized__Grid {
209-
outline: none !important;
210-
overflow: overlay !important;
211-
}
212-
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar {
213-
width: 0;
214-
height: 0;
215-
}
216-
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-track {
217-
background-color: transparent !important;
218-
}
219-
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-thumb {
220-
background: #313132;
221-
border-radius: 16px;
222-
}
223199
.timeline-editor-time-area {
224200
position: relative;
225201
height: 32px;
@@ -255,6 +231,30 @@
255231
top: 0;
256232
transform: translate(50%, -100%);
257233
}
234+
.timeline-editor:hover .timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar {
235+
height: 4px;
236+
}
237+
.timeline-editor-edit-area {
238+
flex: 1 1 auto;
239+
margin-top: 10px;
240+
overflow: hidden;
241+
position: relative;
242+
}
243+
.timeline-editor-edit-area .ReactVirtualized__Grid {
244+
outline: none !important;
245+
overflow: overlay !important;
246+
}
247+
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar {
248+
width: 0;
249+
height: 0;
250+
}
251+
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-track {
252+
background-color: transparent !important;
253+
}
254+
.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-thumb {
255+
background: #313132;
256+
border-radius: 16px;
257+
}
258258
.timeline-editor-drag-line-container {
259259
position: absolute;
260260
height: 100%;

0 commit comments

Comments
 (0)