mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix border-left jump on active selection
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user