File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
src/app/pages/ui-features/buttons/button-groups Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 118
118
</ div >
119
119
</ div >
120
120
< div class ="btn-group btn-group-toggle btn-divided-group btn-group-full-width " data-toggle ="buttons ">
121
- < label ngbButtonLabel class ="btn btn-primary " [class.active] ="dividedButtonGroupTwo.left ">
121
+ < label ngbButtonLabel
122
+ class ="btn btn-primary "
123
+ [class.active] ="dividedButtonGroupTwo.left "
124
+ [class.focus] ="dividedButtonGroupTwo.left ">
122
125
< input ngbButton type ="checkbox " [(ngModel)] ="dividedButtonGroupTwo.left "> Left
123
126
</ label >
124
- < label ngbButtonLabel class ="btn btn-primary " [class.active] ="dividedButtonGroupTwo.middle ">
127
+ < label ngbButtonLabel
128
+ class ="btn btn-primary "
129
+ [class.active] ="dividedButtonGroupTwo.middle "
130
+ [class.focus] ="dividedButtonGroupTwo.middle ">
125
131
< input ngbButton type ="checkbox " [(ngModel)] ="dividedButtonGroupTwo.middle "> Middle
126
132
</ label >
127
- < label ngbButtonLabel class ="btn btn-primary " [class.active] ="dividedButtonGroupTwo.right ">
133
+ < label ngbButtonLabel
134
+ class ="btn btn-primary "
135
+ [class.active] ="dividedButtonGroupTwo.right "
136
+ [class.focus] ="dividedButtonGroupTwo.right ">
128
137
< input ngbButton type ="checkbox " [(ngModel)] ="dividedButtonGroupTwo.right "> Right
129
138
</ label >
130
139
</ div >
You can’t perform that action at this time.
0 commit comments