This repository was archived by the owner on Apr 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 149
149
}
150
150
151
151
.k-group-start ,
152
- .k-item :first-child .k-button {
152
+ .k-button :first-child {
153
153
@include border-left-radius ();
154
154
}
155
155
.k-group-end ,
156
- .k-item :last-child .k-button {
156
+ .k-button :last-child {
157
157
@include border-right-radius ();
158
158
}
159
159
.k-group-start.k-group-end ,
160
- .k-item :first-child:last-child .k-button {
160
+ .k-button :first-child:last-child {
161
161
@include border-radius ();
162
162
}
163
163
177
177
.k-button-group-stretched {
178
178
display : flex ;
179
179
180
- .k-item > .k- button {
180
+ .k-button {
181
181
display : inline-block ;
182
182
flex : 1 1 0 ;
183
183
overflow : hidden ;
315
315
// Button group
316
316
.k-button-group {
317
317
318
- .k-item ~ .k-item {
318
+ .k-button ~ .k-button {
319
319
margin-right : - $button-border-width ;
320
320
margin-left : 0 ;
321
321
}
322
322
323
- .k-item .k- button {
323
+ .k-button {
324
324
@include border-radius ( 0 );
325
325
}
326
326
327
327
.k-group-start ,
328
- .k-item :first-child .k-button {
328
+ .k-button :first-child {
329
329
@include border-right-radius ();
330
330
}
331
331
.k-group-end ,
332
- .k-item :last-child .k-button {
332
+ .k-button :last-child {
333
333
@include border-left-radius ();
334
334
}
335
335
.k-group-start.k-group-end ,
336
- .k-item :first-child:last-child .k-button {
336
+ .k-button :first-child:last-child {
337
337
@include border-radius ();
338
338
}
339
339
You can’t perform that action at this time.
0 commit comments