Fix switching from large to small cursor in history
parent
cbd6cf7dfb
commit
79dff87377
|
@ -81,7 +81,8 @@
|
|||
background: @pos-color;
|
||||
}
|
||||
.cp-history-timeline-pos {
|
||||
border: none !important;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
width: 2px !important;
|
||||
background: @pos-color;
|
||||
&:before {
|
||||
|
@ -192,8 +193,8 @@
|
|||
//background: @pos-color;
|
||||
position: absolute;
|
||||
&:before {
|
||||
margin-top: -16px;
|
||||
font-size: 23px;
|
||||
top: -17px;
|
||||
font-size: 24px;
|
||||
position: absolute;
|
||||
left: ~"calc(50% - 6px)";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue