CSR-343 Fix chip button CSS
This commit is contained in:
parent
15edd47d94
commit
e2af902f40
1 changed files with 16 additions and 8 deletions
|
|
@ -224,17 +224,25 @@ export default {
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.col {
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
label {
|
.list-button-horizontal {
|
||||||
border-bottom-left-radius: 0.5rem;
|
label {
|
||||||
border-top-left-radius: 0.5rem;
|
border-bottom-left-radius: 0.5rem;
|
||||||
z-index: 2;
|
border-top-left-radius: 0.5rem;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
label {
|
.list-button-horizontal {
|
||||||
border-bottom-right-radius: 0.5rem;
|
label {
|
||||||
border-top-right-radius: 0.5rem;
|
border-bottom-right-radius: 0.5rem;
|
||||||
|
border-top-right-radius: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue