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

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