!48 修复dark 模式下线条不显示问题

Merge pull request !48 from 莫名点/next
This commit is contained in:
就眠儀式 2022-04-06 17:51:52 +00:00 committed by Gitee
commit cb4b6ab46d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -23,6 +23,8 @@
flex-grow: 0 !important; flex-grow: 0 !important;
} }
.lay-step-item-pace { .lay-step-item-pace {
position: relative;
z-index: 10;
cursor: pointer; cursor: pointer;
width: @width-height-pace; width: @width-height-pace;
height: @width-height-pace; height: @width-height-pace;
@ -156,7 +158,6 @@
} }
.lay-step-item-line:before { .lay-step-item-line:before {
z-index: -1;
content: ""; content: "";
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -279,7 +280,6 @@
width: 24px; width: 24px;
} }
.lay-step-item-line:before { .lay-step-item-line:before {
z-index: -1;
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;