From 79dff8737757ac593d876ad1a0b20d42b7c7a496 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 29 Sep 2020 17:26:07 +0200 Subject: [PATCH] Fix switching from large to small cursor in history --- customize.dist/src/less2/include/toolbar-history.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 261933e1c..68e5450e3 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -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)"; }