File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -2470,11 +2470,11 @@ nav.nav-sidebar-hidden {
2470
2470
align-items : center;
2471
2471
justify-content : flex-start;
2472
2472
}
2473
- .charts-group-row .disclosure {
2473
+ .charts-group-row .disclosure {
2474
2474
padding-left : 1rem ;
2475
2475
}
2476
- .charts-group-row .disclosure : before ,
2477
- .charts-group-row .disclosed : before {
2476
+ .charts-group-row .disclosure : before ,
2477
+ .charts-group-row .disclosed : before {
2478
2478
top : 3px ;
2479
2479
}
2480
2480
input [type = "text" ].charts-group-name {
@@ -2494,6 +2494,19 @@ input[type="text"]:focus.charts-group-name {
2494
2494
.charts-group-row .icon : hover {
2495
2495
color : # 000 ;
2496
2496
}
2497
+ .charts-group-row button {
2498
+ height : auto;
2499
+ padding : 0 ;
2500
+ margin : 0 ;
2501
+ border-width : 0 ;
2502
+ }
2503
+ .charts-group-row button : hover {
2504
+ border-width : 0 ;
2505
+ box-shadow : none;
2506
+ }
2507
+ .charts-group-row button : active {
2508
+ background-color : transparent;
2509
+ }
2497
2510
2498
2511
/* over-writes of nvd3 css -------------------------------------------------- */
2499
2512
.nvd3 .nv-axis line {
Original file line number Diff line number Diff line change 124
124
< div class ="width-12 ">
125
125
< div
126
126
ng-repeat ="group in statisticsNewCtl.statisticsService.scenarios.selected.groups track by group.id "
127
-
128
127
class ="charts-group ">
129
128
< div
130
129
ng-click ="scope.isDetailsOpened = !scope.isDetailsOpened; "
131
130
ng-init ="scope.isDetailsOpened = true; "
132
- class ="disclosure "
131
+ class ="charts-group-row disclosure "
133
132
ng-class ="{disclosed: scope.isDetailsOpened} ">
134
133
< form novalidate
135
134
ng-show ="!group.preset "
You can’t perform that action at this time.
0 commit comments