mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix border-left jump on active selection
This commit is contained in:
@ -22,11 +22,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-estimate {
|
.side-estimate {
|
||||||
|
cursor: pointer;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
|
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
|
||||||
cursor: pointer;
|
border-left: 3px solid transparent;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 98px;
|
margin-bottom: 98px;
|
||||||
|
|||||||
@ -22,11 +22,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-invoice {
|
.side-invoice {
|
||||||
|
cursor: pointer;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
|
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
|
||||||
cursor: pointer;
|
border-left: 3px solid transparent;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 98px;
|
margin-bottom: 98px;
|
||||||
|
|||||||
Reference in New Issue
Block a user