File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
+ .tree-nav_link .done {
3
+ opacity : .5 ;
4
+ }
2
5
.tree-nav_link .disabled {
3
6
text-decoration : line-through;
4
7
cursor : pointer;
5
8
}
9
+ .tree-nav_link .done : after {
10
+ content : '\00a0 \2713' ;
11
+ }
6
12
.tree-nav .tree-nav hr {
7
13
border-top : 1px solid # ccc ;
8
14
margin : 1rem 0 ;
12
18
display : none;
13
19
}
14
20
.no_underline {
15
- text-decoration : none;
21
+ text-decoration : none;
16
22
}
17
23
# searchTipsLink {
18
- margin-left : 30px ;
24
+ margin-left : 30px ;
19
25
}
20
26
# searchcontrol .input_search {
21
- width : 75rem ;
27
+ width : 75rem ;
22
28
}
23
29
# searchcontrol .search_button {
24
- height : 2rem ;
30
+ height : 2rem ;
25
31
}
26
32
.form_addon-group {
27
33
/* display: inline-flex; */
41
47
}
42
48
43
49
.tag-list_tag span {
44
- font-weight : normal;
50
+ font-weight : normal;
45
51
}
46
52
.tag-list_tag .active span {
47
53
font-weight : 700 ;
Original file line number Diff line number Diff line change 33
33
< a ng-class ="{'current': !selectedView || selectedView === 'about'} " class ="tree-nav_link " href ="#/about "> Simple Search Service</ a >
34
34
< ul class ="tree-nav ">
35
35
< li class ="tree-nav_item ">
36
- < a ng-class ="{'current': selectedView === 'get', 'disabled ': currentStatus == 'imported'} " class ="tree-nav_link " href ="#/get "> Get data</ a >
36
+ < a ng-class ="{'current': selectedView === 'get', 'done ': currentStatus == 'imported'} " class ="tree-nav_link " href ="#/get "> Get data</ a >
37
37
</ li >
38
38
< li class ="tree-nav_item ">
39
- < a ng-class ="{'current': selectedView === 'upload', 'disabled ': currentStatus == 'imported'} " class ="tree-nav_link " href ="#/upload "> Upload data</ a >
39
+ < a ng-class ="{'current': selectedView === 'upload', 'done ': currentStatus == 'imported'} " class ="tree-nav_link " href ="#/upload "> Upload data</ a >
40
40
</ li >
41
41
< li class ="tree-nav_item ">
42
- < a ng-class ="{'current': selectedView === 'import', 'disabled': !currentStatus || currentStatus == 'new' || currentStatus == 'imported'} " class ="tree-nav_link " href ="#/import "> Create Index</ a >
42
+ < a ng-class ="{'current': selectedView === 'import', 'disabled': !currentStatus || currentStatus == 'new', 'done': currentStatus == 'imported'} " class ="tree-nav_link " href ="#/import "> Create Index</ a >
43
43
</ li >
44
44
< li class ="tree-nav_item ">
45
45
< a ng-class ="{'current': selectedView === 'search', 'disabled': currentStatus != 'imported'} " class ="tree-nav_link " href ="#/search "> Search</ a >
You can’t perform that action at this time.
0 commit comments