mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
优化 任务样式
This commit is contained in:
parent
130886345c
commit
3f035bef6f
@ -292,11 +292,6 @@ ul[data-type=taskList] {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
& + span:hover::before {
|
|
||||||
transform: rotate(360deg);
|
|
||||||
background: #e67700;
|
|
||||||
}
|
|
||||||
|
|
||||||
& + span::before {
|
& + span::before {
|
||||||
content: '✖';
|
content: '✖';
|
||||||
width: 0.8rem;
|
width: 0.8rem;
|
||||||
@ -333,9 +328,13 @@ ul[data-type=taskList] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover > label > span::before {
|
&:last-child p {
|
||||||
transform: rotate(360deg);
|
margin-bottom: 0;
|
||||||
background: #e67700;
|
}
|
||||||
|
|
||||||
|
&:hover label span::before {
|
||||||
|
transform: rotate(360deg) !important;
|
||||||
|
background: #e67700 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user