File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,21 @@ button [class*=" icon-"],
103103border-radius : 0 ;
104104}
105105
106- .button-group button : first-child ,
107- .button-group .button : first-child ,
108- .button-group .button-group-addon : first-child {
106+ .button-group > button : first-child ,
107+ .button-group > .button : first-child {
109108border-radius : var (--radius ) 0 0 var (--radius );
110109}
111110
112- .button-group button : last-child ,
113- .button-group .button : last-child ,
114- .button-group .button-group-addon : last-child {
111+ .button-group > button : last-child ,
112+ .button-group > .button : last-child {
113+ border-radius : 0 var (--radius ) var (--radius ) 0 ;
114+ }
115+
116+ .button-group .nested-button * : first-child .button {
117+ border-radius : var (--radius ) 0 0 var (--radius );
118+ }
119+
120+ .button-group .nested-button * : last-child .button {
115121border-radius : 0 var (--radius ) var (--radius ) 0 ;
116122}
117123
Original file line number Diff line number Diff line change 4545</ button >
4646</ div >
4747< div class ="header-item header-edit-add ">
48- < div class ="button-group mb-0 ">
48+ < div class ="button-group nested-button mb-0 ">
4949< div class ="checkbox-wrap ">
5050< input id ="control-edit " class ="control-edit " type ="checkbox " tabindex ="1 ">
5151< label for ="control-edit " class ="button button-checkbox ">
You can’t perform that action at this time.
0 commit comments