fix(ui): fix styles for segment selection

This commit is contained in:
sylenien 2022-08-16 17:10:51 +02:00
parent 8008e853b9
commit d19074ff65

View file

@ -89,15 +89,24 @@
}
.outline {
border: none;
border: 1px solid transparent;
border-radius: 3px;
& .item {
padding: 10px!important;
font-size: 14px!important;
border: solid thin $gray-light!important;
&:not(:last-child) {
&:hover {
background: $teal-light!important;
}
&:first-child {
border-right: none!important;
border-radius: 3px 0 0 3px!important;
}
&:last-child {
border-left: none!important;
border-radius: 0 3px 3px 0!important;
}
&[data-active=true] {