fix(ui): fix styles for segment selection
This commit is contained in:
parent
8008e853b9
commit
d19074ff65
1 changed files with 11 additions and 2 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue