fix border-left jump on active selection

This commit is contained in:
Mohit Panjwani
2020-01-05 13:08:42 +05:30
parent 82efd88920
commit 8862a93f23
2 changed files with 4 additions and 2 deletions

View File

@ -22,11 +22,12 @@
}
.side-estimate {
cursor: pointer;
padding: 12px 16px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
cursor: pointer;
border-left: 3px solid transparent;
&:last-child {
margin-bottom: 98px;

View File

@ -22,11 +22,12 @@
}
.side-invoice {
cursor: pointer;
padding: 12px 16px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
cursor: pointer;
border-left: 3px solid transparent;
&:last-child {
margin-bottom: 98px;