Skip to content

Commit eb80f75

Browse files
committed
feat: remove old progress bar
1 parent d557032 commit eb80f75

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

app-src/scripts/task-list/_task-list-d.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -279,26 +279,6 @@ $this-task-text-color-done: #aaaaaa;
279279
background-color: $dark-green;
280280
color: #ffffff;
281281
}
282-
283-
.md-bar {
284-
background-color: $green !important;
285-
}
286-
}
287-
288-
.md-bar {
289-
background-color: #cccccc !important;
290-
}
291-
292-
md-progress-linear {
293-
margin-top: 1px;
294-
margin-left: -1*$this-inner-padding-left-right;
295-
margin-right: -1*$this-inner-padding-left-right;
296-
width: auto;
297-
}
298-
299-
md-progress-linear.md-default-theme .md-container,
300-
md-progress-linear .md-container {
301-
background: none;
302282
}
303283

304284
.handle {

app-src/scripts/task-list/task-list-d.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@
129129
</div>
130130
</div>
131131

132-
<md-progress-linear md-mode="determinate"
133-
value="{{task.progress}}"></md-progress-linear>
134-
135-
136132
<div class="notes ani-slide-up-down"
137133
ng-if="task.showNotes===true">
138134

0 commit comments

Comments
 (0)