CSR-343 Fix chip button CSS

This commit is contained in:
Katie 2022-06-30 08:58:21 -04:00
parent 15edd47d94
commit e2af902f40

View file

@ -223,18 +223,26 @@ export default {
span {
font-size: .875rem;
}
}
}
}
.col {
&:first-of-type {
label {
border-bottom-left-radius: 0.5rem;
border-top-left-radius: 0.5rem;
z-index: 2;
.list-button-horizontal {
label {
border-bottom-left-radius: 0.5rem;
border-top-left-radius: 0.5rem;
z-index: 2;
}
}
}
&:last-of-type {
label {
border-bottom-right-radius: 0.5rem;
border-top-right-radius: 0.5rem;
.list-button-horizontal {
label {
border-bottom-right-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
}
}
}