File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
app/features/dashboard/row Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 12
12
</ div >
13
13
14
14
< div class ="dash-row-header-actions ">
15
- < a class ="pointer dash-row-header-action-add-panel " ng-click ="ctrl.showAddPanel() ">
15
+ < a class ="pointer dash-row-header-action-add-panel " ng-click ="ctrl.showAddPanel() " ng-class =" {active: ctrl.dropView===1} " >
16
16
Add Panel
17
17
< i class ="fa fa-plus " ng-hide ="ctrl.dropView===1 "> </ i >
18
18
< i class ="fa fa-remove " ng-show ="ctrl.dropView===1 "> </ i >
19
19
</ a >
20
- < a class ="pointer dash-row-header-action-show-options " ng-click ="ctrl.showRowOptions() ">
20
+ < a class ="pointer dash-row-header-action-show-options " ng-click ="ctrl.showRowOptions() " ng-class =" {active: ctrl.dropView===2} " >
21
21
Row Options
22
22
< i class ="fa fa-cog " ng-hide ="ctrl.dropView===2 "> </ i >
23
23
< i class ="fa fa-remove " ng-show ="ctrl.dropView===2 "> </ i >
Original file line number Diff line number Diff line change 44
44
position : absolute ;
45
45
color : $text-muted ;
46
46
font-size : $font-size-sm ;
47
- bottom : 5 px ;
47
+ bottom : 0 px ;
48
48
right : 1rem ;
49
49
a {
50
+ display : inline-block ;
51
+ padding : 6px 11px ;
50
52
color : $text-muted ;
51
53
padding-left : 1rem ;
52
54
& :hover {
53
55
color : $link-hover-color ;
54
56
}
55
57
}
58
+ a .active {
59
+ color : $link-color ;
60
+ background : $panel-bg ;
61
+ border : $panel-border ;
62
+ border-bottom : none ;
63
+ position : relative ;
64
+ top : 1px ;
65
+ }
56
66
}
57
67
58
68
.dash-row-header-add-panel {
You can’t perform that action at this time.
0 commit comments