Skip to content

Commit 0f860d6

Browse files
authored
fix missing sort icons (#967)
1 parent 8fa4232 commit 0f860d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ServicePulse.Host/app/css/particular.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,13 @@ button[ng-click="vm.toggleSort()"] div {
31983198
top: 3px;
31993199
}
32003200

3201+
.sort-up {
3202+
background-image: url('../../img/sort-up.svg');
3203+
}
3204+
3205+
.sort-down {
3206+
background-image: url('../../img/sort-down.svg');
3207+
}
32013208

32023209
.endpoint-group-title {
32033210
font-size: 14px;

0 commit comments

Comments
 (0)