File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ a.link-item {
3
3
display : table ;
4
4
5
5
& .active {
6
- background-color : rgba (0 , 0 , 0 , .05 );
6
+ background-color : rgba (0 , 0 , 0 , .1 );
7
7
}
8
8
9
9
& :hover {
10
- background-color : rgba (0 , 0 , 0 , .025 );
10
+ background-color : rgba (0 , 0 , 0 , .05 );
11
11
}
12
12
}
Original file line number Diff line number Diff line change 48
48
<h4 >
49
49
{{ t ' Tracks' }}
50
50
<LinkTo @route =" public.sessions" @models ={{ array this.model.id }} @query ={{ hash track =null }} data-tooltip =" {{ t ' Clear Track Filter' }} " >
51
- <i class =" minus circle icon" style ={{ css color =' #f00 ' }} ></i >
51
+ <i class =" minus circle icon" style ={{ css color =' #555 ' }} ></i >
52
52
</LinkTo >
53
53
</h4 >
54
54
{{ #each this.model.tracks as |track |}}
63
63
<h4 >
64
64
{{ t ' Rooms' }}
65
65
<LinkTo @route =" public.sessions" @models ={{ array this.model.id }} @query ={{ hash room =null }} data-tooltip =" {{ t ' Clear Room Filter' }} " >
66
- <i class =" minus circle icon" style ={{ css color =' #f00 ' }} ></i >
66
+ <i class =" minus circle icon" style ={{ css color =' #555 ' }} ></i >
67
67
</LinkTo >
68
68
</h4 >
69
69
{{ #each this.model.microlocations as |room |}}
You can’t perform that action at this time.
0 commit comments