Browse Source

Change skipped style.

pull/6/head
t123yh 7 years ago
parent
commit
653f6fb4f2
  1. 4
      static/style.css
  2. 2
      views/status_label.ejs

4
static/style.css

@ -429,13 +429,13 @@ body > .ui.page.dimmer {
:not(.status_detail).status.judgement_failed,
.title:hover .status_detail.status.judgement_failed,
.title.active .status_detail.status.judgement_failed {
color: #78909C;
color: #FF5722;
}
:not(.status_detail).status.skipped,
.title:hover .status_detail.status.skipped,
.title.active .status_detail.status.skipped {
color: #FF5722;
color: #78909C;
}
:not(.status_detail).status.compiling {

2
views/status_label.ejs

@ -16,7 +16,7 @@ const iconList = {
'No Testdata': 'folder open outline',
'Partially Correct': 'minus',
'Judgement Failed': 'server',
'Skipped': 'ban'
'Skipped': 'fast forward'
};
Vue.component('status-label', {
template: '#statusIconTemplate',

Loading…
Cancel
Save